X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/89dc943636b014596c9fe19395e2ebe9eb5fb433..f3cd538d9f7e83c9acf7f0d95ede829bc1f0132f:/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 649ce8c..ce7ac95 100644 --- a/forum/skins/default/templates/question_edit_tips.html +++ b/forum/skins/default/templates/question_edit_tips.html @@ -1,26 +1,10 @@ +{% load markup %} {% load i18n general_sidebar_tags %}

{% trans "Title Tips" %}

-
- +
+ {{ settings.QUESTION_TITLE_TIPS|markdown:"settingsparser" }} @@ -31,19 +15,9 @@

{% trans "What Are Tags" %}

-
    -
  • - {% trans "Tags are words that will tell others what this question is about." %} -
  • -
  • - {% trans "They will help other find your question." %} -
  • -
  • - {% blocktrans with settings.FORM_MAX_NUMBER_OF_TAGS as max_number_of_tags and settings.FORM_MIN_NUMBER_OF_TAGS as min_number_of_tags %} - A question can have up to {{max_number_of_tags}} tags, but it must have at least {{min_number_of_tags}}. - {% endblocktrans %} -
  • -
+
+ {{ settings.QUESTION_TAG_TIPS|markdown:"settingsparser" }} +