notice if you don't have permissions to even see dashboard

This commit is contained in:
Andy Miller
2015-12-10 16:06:24 -07:00
parent 8bfe80d4a3
commit a3a4d8d0d8

View File

@@ -147,5 +147,7 @@
{% endfor %}
</table>
</div>
{% else %}
<div class="padding">You dont' have sufficient access to view the dashboard...</div>
{% endif %}
{% endblock %}