X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d0f0e1412cc42d366b234e798dfb68feed05d751..d555d988764995ea1f9f5ece46f453a66f09b334:/forum/templates/pybb/category.html?ds=inline diff --git a/forum/templates/pybb/category.html b/forum/templates/pybb/category.html deleted file mode 100644 index 53c3c50..0000000 --- a/forum/templates/pybb/category.html +++ /dev/null @@ -1,47 +0,0 @@ -{% load url from future %} -{% load i18n pybb_tags %} - -{% if category.forums_accessed|pybb_forum_unread:user|length > 0 %} -
- - - - - - - - - - - {% for forum in category.forums_accessed|pybb_forum_unread:user %} - - - - - - - {% endfor %} - -
- {% trans "Forum" %} - - {% trans "Topics" %} - - {% trans "Posts" %} - - {% trans "Last posts" %} -
-
- {{ forum.name }} {% if forum.hidden %}[{% trans "Hidden" %}]{% endif %} -
- {{ forum.description|safe }} -
-
- {{ forum.topic_count }} - - {{ forum.post_count }} - - {% include "pybb/forum_last_update_info.html" %} -
-
-{% endif %} \ No newline at end of file