]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_edit_tips.html
Fixes broken questions feed link.
[osqa.git] / forum / skins / default / templates / question_edit_tips.html
index 3ba5f563945576b8dd1c63aaf6bcce53905a9248..cd94876b1b2d3039a18ef4c3ea70b038a31ed641 100644 (file)
             {% 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