From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/question_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/question_edit.html') diff --git a/templates/question_edit.html b/templates/question_edit.html index 6fe8bb41..9ad60a88 100644 --- a/templates/question_edit.html +++ b/templates/question_edit.html @@ -1,5 +1,5 @@ - {% extends "base.html" %} + {% load i18n %} {% block title %}{% spaceless %}{% trans "Edit question" %}{% endspaceless %}{% endblock %} {% block forejs %} -- cgit v1.2.3-1-g7c22 From 1eacc7a42618e84766477fbcc2c32a1da3547115 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 10 Aug 2009 21:40:01 -0400 Subject: untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin --- templates/question_edit.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'templates/question_edit.html') diff --git a/templates/question_edit.html b/templates/question_edit.html index 9ad60a88..db090ca3 100644 --- a/templates/question_edit.html +++ b/templates/question_edit.html @@ -67,14 +67,14 @@
-
+
{% if revision_form.revision.errors %}{{ revision_form.revision.errors.as_ul }}{% endif %}
{{ revision_form.revision }} -

+
-
+
{{ form.title }} {{ form.title.errors }}
{{ form.title.help_text }} @@ -98,28 +98,22 @@
-
- {{ form.tags.label_tag }}:
+ {{ form.tags.label_tag }}:
{{ form.tags }} {{ form.tags.errors }}
{{ form.tags.help_text }}
-
- {{ form.summary.label_tag }}
+ {{ form.summary.label_tag }}
{{ form.summary }} {{ form.summary.errors }}
{{ form.summary.help_text }}
-
-
-
-
-- cgit v1.2.3-1-g7c22 From 7e4f1d542e00b4d3121da6ae5524e95867f2371b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2009 20:18:55 -0500 Subject: better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes --- templates/question_edit.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'templates/question_edit.html') diff --git a/templates/question_edit.html b/templates/question_edit.html index db090ca3..d6728caf 100644 --- a/templates/question_edit.html +++ b/templates/question_edit.html @@ -1,14 +1,15 @@ {% extends "base.html" %} {% load i18n %} +{% load extra_tags %} {% block title %}{% spaceless %}{% trans "Edit question" %}{% endspaceless %}{% endblock %} {% block forejs %} - - - - - - + + + + + +