summaryrefslogtreecommitdiffstats
path: root/templates/question_edit_tips.html
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-16 17:05:27 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-08-16 17:05:27 -0600
commita32975a5d8acf5fa54f544271e2cfb9e92bbf8bf (patch)
tree5bf13b5605e40c755e20edf9be45e3a20308d5dd /templates/question_edit_tips.html
parentfa30dc90be82aa0f818e14110e9b86373f7c8a35 (diff)
parentf15cb4dc7d9284a24f75dc8b56248916140ceb09 (diff)
downloadaskbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.tar.gz
askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.tar.bz2
askbot-a32975a5d8acf5fa54f544271e2cfb9e92bbf8bf.zip
Merge branch 'evgenyfadeev/master'
Conflicts: locale/en/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.mo locale/es/LC_MESSAGES/django.po
Diffstat (limited to 'templates/question_edit_tips.html')
-rw-r--r--templates/question_edit_tips.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/question_edit_tips.html b/templates/question_edit_tips.html
index ef6dca15..85614595 100644
--- a/templates/question_edit_tips.html
+++ b/templates/question_edit_tips.html
@@ -13,7 +13,8 @@
{% trans "be clear and concise" %}
</li>
</ul>
- <a href="/faq/" target="_blank" title="{% trans "see frequently asked questions" %}" style="float:right;position:relative">faq »</a>
+ <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}" style="float:right;position:relative">{% trans "faq" %} »</a>
+ <br>
</div>
</div>