From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- forum/templates/question_edit_tips.html | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 forum/templates/question_edit_tips.html (limited to 'forum/templates/question_edit_tips.html') diff --git a/forum/templates/question_edit_tips.html b/forum/templates/question_edit_tips.html new file mode 100644 index 00000000..4cabea79 --- /dev/null +++ b/forum/templates/question_edit_tips.html @@ -0,0 +1,53 @@ + +{% load i18n %} +
+

{% trans "question tips" %}

+
+
    +
  • {% trans "please ask a relevant question" %} +
  • +
  • + {% trans "please try provide enough details" %} +
  • +
  • + {% trans "be clear and concise" %} +
  • +
+ +
+
+ +
+

{% trans "Markdown tips" %}

+ + +
+ -- cgit v1.2.3-1-g7c22