diff options
Diffstat (limited to 'templates/answer_edit_tips.html')
-rw-r--r-- | templates/answer_edit_tips.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/templates/answer_edit_tips.html b/templates/answer_edit_tips.html deleted file mode 100644 index 08d33bc9..00000000 --- a/templates/answer_edit_tips.html +++ /dev/null @@ -1,54 +0,0 @@ -<!-- template answer_edit_tips.html --> -{% load i18n %} -<div class="boxC"> - <p class="subtitle darkred">{% trans "answer tips" %}</p> - <div> - <ul class="list-item"> - <li> <b>{% trans "please make your answer relevant to this community" %}</b> - </li> - <li> - {% trans "try to give an answer, rather than engage into a discussion" %} - </li> - <li> - {% trans "please try to provide details" %} - </li> - <li> - {% 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> - <br> - </div> -</div> - -<div class="boxC"> - <p class="subtitle">{% trans "Markdown tips" %}</p> - <ul class="list-item"> - <li> - {% trans "*italic* or __italic__" %} - </li> - <li> - {% trans "**bold** or __bold__" %} - </li> - <li> - <b>{% trans "link" %}</b>:[{% trans "text" %}](http://url.com/ "{% trans "title" %}") - - </li> - - <li> - <b>{% trans "image" %}</b>:![alt {% trans "text" %}](/path/img.jpg "{% trans "title" %}") - - </li> - <li> - {% trans "numbered list:" %} - 1. Foo - 2. Bar - </li> - <li> - {% trans "basic HTML tags are also supported" %} - </li> - </ul> - <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank" style="float:right;position:relative">{% trans "learn more about Markdown" %} »</a> - <br> -</div> -<!-- end template answer_edit_tips.html --> |