Skip to content

Commit 0ac7a35

Browse files
Code refactoring
1 parent ecfcf6e commit 0ac7a35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/base.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
</li>
5959

6060
{% if user.is_authenticated %}
61+
6162
<!-- Nav Item - Watchlist -->
6263
<li class='nav-item'>
6364
<a class='nav-link' href="{% url 'watchlist_view' %}">
@@ -73,6 +74,7 @@
7374
<span>CREATE AUCTION</span>
7475
</a>
7576
</li>
77+
7678
{% endif %}
7779

7880
{% block categories %}
@@ -250,4 +252,4 @@
250252

251253
</body>
252254

253-
</html>
255+
</html>

0 commit comments

Comments
 (0)