summaryrefslogtreecommitdiffstats
path: root/templates/answer_edit_tips.html
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-09 23:52:09 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-09 23:52:09 -0300
commit56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1 (patch)
tree979ccea6ec95c87c06c824d35fb2371b7ffc1ee3 /templates/answer_edit_tips.html
parentab773e3548a98ba0b5af8492ac2905d7d6600578 (diff)
downloadaskbot-56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1.tar.gz
askbot-56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1.tar.bz2
askbot-56529f3b93b9e7247b70cdf4efdf9c9a90deeaa1.zip
Included i18n for links site-wide. Hope there is no bit left.
Diffstat (limited to 'templates/answer_edit_tips.html')
-rw-r--r--templates/answer_edit_tips.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/answer_edit_tips.html b/templates/answer_edit_tips.html
index 31f71e34..98a5ab16 100644
--- a/templates/answer_edit_tips.html
+++ b/templates/answer_edit_tips.html
@@ -16,7 +16,7 @@
{% 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">faq »</a>
<br>
</div>
</div>