Skip to content

Commit 1220819

Browse files
authored
Add missing end if in base.html
1 parent ff851cb commit 1220819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/forum/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
</ul>
114114
</li>
115115
</ul>
116+
{% endif %}
116117
</ul>
117118
</div>
118119
</nav>
@@ -180,4 +181,4 @@ <h3 class="ml-0">Links</h3>
180181
<script src="{% static 'js/loader.js' %}"></script>
181182
</body>
182183

183-
</html>
184+
</html>

0 commit comments

Comments
 (0)