Skip to content

Commit

Permalink
apps/a4_candy_users/indicator: update capitalisation fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m committed Mar 25, 2021
1 parent e09b285 commit 5debb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/users/templates/a4_candy_users/indicator.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% if request.user.is_superuser %}
<a class="dropdown-item" href="{% url 'admin:index' %}">{% trans "Admin" %}</a>
{% endif %}
<a class="dropdown-item" href="{% url 'userdashboard-overview' %}">{% trans 'User dashboard' %}</a>
<a class="dropdown-item" href="{% url 'userdashboard-overview' %}">{% trans 'User Dashboard' %}</a>

<a class="dropdown-item" href="{% url 'account' %}">{% trans "Account Settings" %}</a>

Expand Down

0 comments on commit 5debb1f

Please sign in to comment.