X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/35ebbd77a68be7cb9b774756c24557c1349d9ac9..637586cdc355742731fb5428e0dab2f45063477f:/forum/skins/default/templates/question_edit_tips.html
diff --git a/forum/skins/default/templates/question_edit_tips.html b/forum/skins/default/templates/question_edit_tips.html
index 7e1bafe..ce7ac95 100644
--- a/forum/skins/default/templates/question_edit_tips.html
+++ b/forum/skins/default/templates/question_edit_tips.html
@@ -1,94 +1,25 @@
-{% load i18n %}
-{% block forejs %}
-
-{% endblock %}
+{% load markup %}
+{% load i18n general_sidebar_tags %}
{% trans "Title Tips" %}
-
-
- -
-
- {% blocktrans with settings.APP_SHORT_NAME as app_title %}
- ask a question relevant to the {{ app_title }} community
- {% endblocktrans %}
-
-
- -
- {% trans "please try provide enough details" %}
-
- -
- {% trans "be clear and concise" %}
-
-
+
-
-
{% trans "Markdown Basics" %}
-
- -
- {% trans "*italic* or __italic__" %}
-
- -
- {% trans "**bold** or __bold__" %}
-
- -
- {% trans "link" %}:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
-
-
-
- -
- {% trans "image" %}ï¼![alt {% trans "text" %}](/path/img.jpg "{% trans "title" %}")
-
-
- -
- {% trans "numbered list:" %}
- 1. Foo
- 2. Bar
-
- -
- {% trans "basic HTML tags are also supported" %}
-
-
-
- {% trans "learn more about Markdown" %}
-
-
+{% markdown_help %}
-
+
+
\ No newline at end of file