diff options
Diffstat (limited to 'templates/question_edit_tips.html')
-rw-r--r-- | templates/question_edit_tips.html | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/templates/question_edit_tips.html b/templates/question_edit_tips.html deleted file mode 100644 index 4cabea79..00000000 --- a/templates/question_edit_tips.html +++ /dev/null @@ -1,53 +0,0 @@ -<!-- question_edit_tips.html --> -{% load i18n %} -<div class="boxC"> - <p class="subtitle darkred">{% trans "question tips" %}</p> - <div> - <ul class="list-item"> - <li> <b>{% trans "please ask a relevant question" %}</b> - </li> - <li> - {% trans "please try provide enough details" %} - </li> - <li> - {% trans "be clear and concise" %} - </li> - </ul> - <p class='info-box-follow-up-links'> - <a href="{% url faq %}" target="_blank" title="{% trans "see frequently asked questions" %}">{% trans "faq" %} »</a> - </p> - </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> - <p class='info-box-follow-up-links'> - <a href="http://en.wikipedia.org/wiki/Markdown" target="_blank">{% trans "learn more about Markdown" %} »</a> - </p> -</div> -<!-- end question_edit_tips.html --> |