diff options
-rw-r--r-- | apioforum/templates/view_forum.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index 4cc5f5d..b03d51a 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -105,7 +105,7 @@ you do not have permission to create threads in this forum <label for=tagfilter-none>don't</label> {% for the_tag in avail_tags %} - <br> + <input type="radio" id="tagfilter-{{the_tag.id}}" name="tagfilter" value="{{the_tag.id}}" {% if tagfilter_tag.id == the_tag.id %}checked{% endif %}> @@ -113,7 +113,7 @@ you do not have permission to create threads in this forum {{tag(the_tag)}} </label> {% endfor %} - <br><br> + <br> <input type="submit" value="apply"> |