summaryrefslogtreecommitdiffstats
path: root/templates/faq.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-12 15:26:56 -0400
commit5c6fceae98c0916c94ec5b919950c67475f44b67 (patch)
tree5e9041d10f27b47489344b5dc892c5ec223e30cf /templates/faq.html
parent1f034e12f4deeb27cd641c73e555c050e5f4d942 (diff)
downloadaskbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.gz
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.tar.bz2
askbot-5c6fceae98c0916c94ec5b919950c67475f44b67.zip
merged Bruno url translations, removed his local mods, added settings.BOOKS_ON, validated more templates
Diffstat (limited to 'templates/faq.html')
-rw-r--r--templates/faq.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/faq.html b/templates/faq.html
index ffbc2ed7..aec37a56 100644
--- a/templates/faq.html
+++ b/templates/faq.html
@@ -25,7 +25,7 @@
<div>
<h3 class="subtitle">{% trans "What should I avoid in my answers?" %}</h3>
- <p>{% trans "site title" %} {% trans "is a Q&A site, not a discussion group. Therefore - please avoid having discussions in your answers, comment facility allows some space for brief discussions." %}</p>
+ <p>{{ settings.APP_TITLE }} {% trans "is a Q&A site, not a discussion group. Therefore - please avoid having discussions in your answers, comment facility allows some space for brief discussions." %}</p>
</div>
<div>
@@ -123,7 +123,7 @@
<h3 class="subtitle">{% trans "Still have questions?" %}</h3>
<p>{% trans "Please ask your question, help make our community better!" %}
<!--
- <a href="{% url tags %}faq" class="big">{% trans "site title" %} {% trans "questions" %}</a>{% trans "." %}
+ <a href="{% url tags %}faq" class="big">{{ settings.APP_TITLE }} {% trans "questions" %}</a>{% trans "." %}
-->
</p>
</div>