Commit 85937f858ca27b7e338ff7dde1169cb72aa87af3
1 parent
604051d9
Exists in
master
and in
2 other branches
Included Topic Bulletin in add resource submenu
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
topics/templates/topics/list.html
... | ... | @@ -53,6 +53,7 @@ |
53 | 53 | </button> |
54 | 54 | <ul class="dropdown-menu"> |
55 | 55 | <li><a href="{% url 'pdf_files:create' topic.slug %}"><i class="fa fa-file-pdf-o"></i> {% trans "PDF File" %}</a></li> |
56 | + <li><a href="{% url 'bulletin:create' topic.slug %}"><i class="fa fa-check-square-o"></i> {% trans "Topic Bulletin" %}</a></li> | |
56 | 57 | <li><a href="{% url 'youtube:create' topic.slug %}"><i class="fa fa-video-camera"></i> {% trans 'YouTube Video' %}</a></li> |
57 | 58 | <!-- <li><a href="#"><i class="fa fa-comments-o"></i> {% trans 'Forum' %}</a></li> --> |
58 | 59 | <li><a href="{% url 'file_links:create' topic.slug %}"><i class="fa fa-file-archive-o"></i> {% trans 'File Link' %}</a></li> | ... | ... |