Skip to content

Commit fa52634

Browse files
committed
Ch09: Link Tag Create in List.
1 parent cc75d11 commit fa52634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

organizer/templates/organizer/tag_list.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
{% block content %}
88
<h2>Tag List</h2>
9+
<div>
10+
<a href="{% url 'organizer_tag_create' %}">
11+
Create New Tag</a>
12+
</div>
913
<ul>
1014
{% for tag in tag_list %}
1115
<li>

0 commit comments

Comments
 (0)