add a test

This commit is contained in:
Montana
2019-03-26 15:13:38 -04:00
committed by dandds
parent 34d4463665
commit fd64db8688
2 changed files with 29 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
<tbody>
{% if user_can(permissions.EDIT_PORTFOLIO_USERS) %}
{% include "fragments/admin/members_edit.html" %}
{% else %}
{% elif user_can(permissions.VIEW_PORTFOLIO_USERS) %}
{% include "fragments/admin/members_view.html" %}
{% endif %}
</tbody>