still typos
This commit is contained in:
parent
0dc7c2f786
commit
32f5346d4e
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
{% block nav %}
|
{% block nav %}
|
||||||
{% if p.topic %}
|
{% if p.topic %}
|
||||||
{% from "macros/nav.html" import nav_topic with context %}
|
{% from "macros/nav.html" import nav_guild with context %}
|
||||||
{{ nav_topic(p.topic) }}
|
{{ nav_guild(p.topic) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue