diff options
Diffstat (limited to 'templates/answer_edit_tips.html')
-rw-r--r-- | templates/answer_edit_tips.html | 2 |
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> |