X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/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 ae876a2..ea12bdd 100644 --- a/forum/skins/default/templates/question_edit_tips.html +++ b/forum/skins/default/templates/question_edit_tips.html @@ -1,58 +1,24 @@ -{% load i18n %} -
-

{% trans "question tips" %}

-
- +{% load i18n general_sidebar_tags %} +
+

{% trans "Title Tips" %}

+
+ {{ settings.QUESTION_TITLE_TIPS|markdown:"settingsparser" }}
-
-

{% 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 "What Are Tags" %}

+
+ {{ settings.QUESTION_TAG_TIPS|markdown:"settingsparser" }} +
- + + + +