We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524634e commit 0d36c59Copy full SHA for 0d36c59
templates/core/project_bar.html
@@ -23,6 +23,7 @@ <h1>{{ project }}</h1>
23
{% if request.user == project.user %}
24
{% if not project.is_imported %}
25
<li {% block editing-option-manage %}{% endblock %}><a href="{% url projects_manage project.slug %}">Manage Files</a></li>
26
+ <li {% block editing-option-export %}{% endblock %}><a href="{% url projects_export project.slug %}">Export Zip</a></li>
27
{% endif %}
28
<li {% block editing-option-edit-proj %}{% endblock %}><a href="{% url projects_edit project.slug %}">Edit Project</a></li>
29
@@ -41,7 +42,7 @@ <h1>{{ project }}</h1>
41
42
43
</ul>
44
</div>
-
45
+
46
47
48
0 commit comments