We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7507bb2 commit 8cb67d9Copy full SHA for 8cb67d9
app/templates/projects/projects.html
@@ -34,6 +34,9 @@ <h2>{% translate 'Account' %}</h2>
34
{% if request.user.has_usable_password %}
35
<a class="button" href="{% url 'password_change' %}">{% translate 'Change password' %}</a>
36
{% endif %}
37
+ {% if request.user.is_staff %}
38
+ <a class="button" href="{% url 'admin:index' %}">{% translate 'Site administration' %}</a>
39
+ {% endif %}
40
</form>
41
42
{% endblock %}
0 commit comments