X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/b80d47e7da6ac90a56b9705089f246a8050ee364..c37aa7a23be8c834cecdff3a2141e0ef91dbaea2:/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 f98cbe9..77bfa05 100644
--- a/forum/skins/default/templates/question_edit_tips.html
+++ b/forum/skins/default/templates/question_edit_tips.html
@@ -1,58 +1,23 @@
-{% load i18n %}
-
-
{% trans "question 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" %}
-
-
+{% load i18n general_sidebar_tags extra_filters %}
+
+
{% trans "Title Tips" %}
+
-
-
{% trans "Markdown tips" %}
-
- -
- {% trans "*italic* or __italic__" %}
-
- -
- {% trans "**bold** or __bold__" %}
-
- -
- {% trans "link" %}:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
+{% markdown_help %}
-
-
- -
- {% 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" %}
-
+
-
+
+
+