X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..19efe5f3665dc502b78c57f5abedcdee01aad360:/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 4cabea7..a391eca 100644 --- a/forum/skins/default/templates/question_edit_tips.html +++ b/forum/skins/default/templates/question_edit_tips.html @@ -1,10 +1,15 @@ {% load i18n %} -
-

{% trans "question tips" %}

+
+

{% trans "Title Tips" %}

    -
  • {% trans "please ask a relevant question" %} +
  • + + {% blocktrans with settings.APP_SHORT_NAME as app_title %} + ask a question relevant to the {{ app_title }} community + {% endblocktrans %} +
  • {% trans "please try provide enough details" %} @@ -19,8 +24,8 @@
-
-

{% trans "Markdown tips" %}

+
+

{% trans "Markdown Basics" %}

  • {% trans "*italic* or __italic__" %} @@ -32,7 +37,7 @@ {% trans "link" %}:[{% trans "text" %}](http://url.com/ "{% trans "title" %}")
  • - +
  • {% trans "image" %}:![alt {% trans "text" %}](/path/img.jpg "{% trans "title" %}") @@ -47,7 +52,24 @@
+ +
+

{% trans "What Are Tabs" %}

+
    +
  • + {% trans "Tags are words that will tell others what this question proteins to." %} +
  • +
  • + {% trans "They will help other find your question." %} +
  • +
  • + {% trans "A question can have up to five tags but it must have at less one." %} +
  • +
+
+ +