summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/baseprojectpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates/baseprojectpage.html')
-rw-r--r--lib/toaster/toastergui/templates/baseprojectpage.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/templates/baseprojectpage.html b/lib/toaster/toastergui/templates/baseprojectpage.html
index b143b78833e..8778305f3f5 100644
--- a/lib/toaster/toastergui/templates/baseprojectpage.html
+++ b/lib/toaster/toastergui/templates/baseprojectpage.html
@@ -27,9 +27,7 @@
<ul class="nav nav-list well">
<li><a class="nav-parent" href="{% url 'project' project.id %}">Configuration</a></li>
<li class="nav-header">Compatible metadata</li>
- {% if CUSTOM_IMAGE %}
<li><a href="{% url 'projectcustomimages' project.id %}">Custom images</a></li>
- {% endif %}
<li><a href="{% url 'projectimagerecipes' project.id %}">Image recipes</a></li>
<li><a href="{% url 'projectsoftwarerecipes' project.id %}">Software recipes</a></li>
<li><a href="{% url 'projectmachines' project.id %}">Machines</a></li>