1 <!-- template answer_edit_tips.html -->
2 {% load i18n general_sidebar_tags %}
4 <p class="subtitle darkred">{% trans "answer tips" %}</p>
7 <li> <b>{% trans "please make your answer relevant to this community" %}</b>
10 {% trans "try to give an answer, rather than engage into a discussion" %}
13 {% trans "please try to provide details" %}
16 {% trans "be clear and concise" %}
19 <p class='info-box-follow-up-links'>
20 <a href="{% url "faq" %}" target="_blank" title="{% trans "see frequently asked questions" %}">faq »</a>
26 <!-- end template answer_edit_tips.html -->