Remove redundant 'ccpo' from ccpo route function names

This commit is contained in:
leigh-mil
2019-08-09 10:09:23 -04:00
parent feb24b8e16
commit 864e11ea11
6 changed files with 30 additions and 30 deletions

View File

@@ -31,7 +31,7 @@
</div>
{% if user_can(permissions.CREATE_CCPO_USER) %}
<a class="icon-link modal-link" href="{{ url_for('ccpo.add_new_ccpo_user')}}">
<a class="icon-link modal-link" href="{{ url_for('ccpo.add_new_user')}}">
{{ "ccpo.add_user" | translate }} {{ Icon("plus") }}
</a>
{% endif %}