X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/648b821b9ff49cfddffcc456e374e339a41c96cf..9a075e7d95c3b16c05011410de59196caaa86e66:/forum/skins/default/templates/question_edit_tips.html?ds=sidebyside diff --git a/forum/skins/default/templates/question_edit_tips.html b/forum/skins/default/templates/question_edit_tips.html index d54deef..ce7ac95 100644 --- a/forum/skins/default/templates/question_edit_tips.html +++ b/forum/skins/default/templates/question_edit_tips.html @@ -1,23 +1,10 @@ +{% load markup %} {% load i18n general_sidebar_tags %}

{% trans "Title Tips" %}

-
- +
+ {{ settings.QUESTION_TITLE_TIPS|markdown:"settingsparser" }} @@ -28,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" }} +