Skip to content

Commit

Permalink
Ch09: Link Tag Create in List.
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonrose committed Jul 30, 2015
1 parent cc75d11 commit fa52634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions organizer/templates/organizer/tag_list.html
Expand Up @@ -6,6 +6,10 @@

{% block content %}
<h2>Tag List</h2>
<div>
<a href="{% url 'organizer_tag_create' %}">
Create New Tag</a>
</div>
<ul>
{% for tag in tag_list %}
<li>
Expand Down

0 comments on commit fa52634

Please sign in to comment.