</li>
</ul>
<p class='info-box-follow-up-links'>
- <a href="/markdown_help" target="_blank">{% trans "learn more about Markdown" %} </a>
+ <a href="{% url markdown_help %}" target="_blank">{% trans "learn more about Markdown" %} </a>
</p>
</div>
{% trans "They will help other find your question." %}
</li>
<li>
- {% 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 %}
</li>
</ul>
</div>
-<!-- end question_edit_tips.html -->
+<!-- end question_edit_tips.html -->
+
\ No newline at end of file