aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/bldviewer/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/bldviewer/templates/base.html')
-rw-r--r--lib/toaster/bldviewer/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/toaster/bldviewer/templates/base.html b/lib/toaster/bldviewer/templates/base.html
index 101880d3e..d58cbeaed 100644
--- a/lib/toaster/bldviewer/templates/base.html
+++ b/lib/toaster/bldviewer/templates/base.html
@@ -14,8 +14,8 @@
<div style="width:100%; height: 100%; position:absolute">
<div style="width: 100%; height: 3em" class="nav">
<ul class="nav nav-tabs">
- <li><a href="{% url all-builds %}">All Builds</a></li>
- <li><a href="{% url all-layers %}">All Layers</a></li>
+ <li><a href="{% url "all-builds" %}">All Builds</a></li>
+ <li><a href="{% url "all-layers" %}">All Layers</a></li>
</ul>
</div>