aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/view_thread.html
diff options
context:
space:
mode:
authorcitrons <citrons>2021-07-11 03:39:15 +0000
committercitrons <citrons>2021-07-11 03:39:15 +0000
commit183061d9a17e3613db2063ccd291af3fac904f11 (patch)
treeb465e064566cac6803e1993bbc6a1ec808c4c490 /apioforum/templates/view_thread.html
parent8d2d7a54ee496224061d03bd81432688b14c1eb3 (diff)
parent4bb33e0c18b45ae0cc0f87438c8e0432cf6250c1 (diff)
merge looks good
Diffstat (limited to 'apioforum/templates/view_thread.html')
-rw-r--r--apioforum/templates/view_thread.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/apioforum/templates/view_thread.html b/apioforum/templates/view_thread.html
index 7bf253d..d4a43ef 100644
--- a/apioforum/templates/view_thread.html
+++ b/apioforum/templates/view_thread.html
@@ -1,7 +1,8 @@
-{% from 'common.html' import disp_post,tag %}
+{% from 'common.html' import disp_post,tag,thread_breadcrumb %}
{% extends 'base.html' %}
{% block header %}
<h1>{%block title %}{{thread.title}}{% endblock %}</h1>
+{{ thread_breadcrumb(thread) }}
{% endblock %}
{%block content%}