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 27aef89 commit 241fe6fCopy full SHA for 241fe6f
templates/downloads/release_detail.html
@@ -21,6 +21,9 @@
21
22
{% block content %}
23
<article class="text">
24
+ {% if request.user.is_staff %}
25
+ <a role="button" class="button" href="{% url 'admin:downloads_release_change' release.pk %}">Edit this release</a>
26
+ {% endif %}
27
28
<header class="article-header">
29
<h1 class="page-title">{{ release.name }}</h1>
0 commit comments