X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/badf50f805af28d627506e05b6e868624f139599..ede1da28c16d9b04dd5452e1ef7f84115180a810:/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 3ba5f56..cd94876 100644 --- a/forum/skins/default/templates/question_edit_tips.html +++ b/forum/skins/default/templates/question_edit_tips.html @@ -66,10 +66,13 @@ {% trans "They will help other find your question." %}
  • - {% trans "A question can have up to five tags, but it must have at least one." %} + {% 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 %}
  • - + + \ No newline at end of file