Skip to content

Commit 62e5fb2

Browse files
committed
Move similar_questions.html template to partials folder
1 parent c4c420c commit 62e5fb2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

fluent_faq/locale/nl/LC_MESSAGES/django.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ msgstr ""
143143
msgid "There are no questions in the FAQ yet."
144144
msgstr ""
145145

146-
#: templates/fluent_faq/similar_questions.html:8
146+
#: templates/fluent_faq/partials/similar_questions.html:8
147147
msgid "Related questions"
148148
msgstr "Gerelateerde vragen"

fluent_faq/templates/fluent_faq/faqquestion_detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ <h2>{{ object.title }}</h2>
1717

1818

1919
{% block sidebar_content %}
20-
{% include "fluent_faq/similar_questions.html" %}
20+
{% include "fluent_faq/partials/similar_questions.html" %}
2121
{% endblock %}

0 commit comments

Comments
 (0)