X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/eb5d07faf2fe743f482ba8b3168e083e4df29434..e5cc68e7511d5c57b88a7acab4119f3cef55b1ce:/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 4ec5442..ce7ac95 100644
--- a/forum/skins/default/templates/question_edit_tips.html
+++ b/forum/skins/default/templates/question_edit_tips.html
@@ -1,75 +1,25 @@
-{% load i18n %}
+{% 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