From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/user_responses.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/user_responses.html') diff --git a/templates/user_responses.html b/templates/user_responses.html index 0ada494c..45aab21b 100644 --- a/templates/user_responses.html +++ b/templates/user_responses.html @@ -1,3 +1,4 @@ + {% extends "user.html" %} {% load extra_tags %} {% load humanize %} @@ -9,7 +10,7 @@
{% diff_date response.time 3 %}
{{ response.username }}
- {{ response.type }}: + {{ response.type }}{{ response.title }}
{{ response.content|safe }}
@@ -18,4 +19,5 @@
{% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %} + -- cgit v1.2.3-1-g7c22 From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/user_responses.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 templates/user_responses.html (limited to 'templates/user_responses.html') diff --git a/templates/user_responses.html b/templates/user_responses.html deleted file mode 100644 index 45aab21b..00000000 --- a/templates/user_responses.html +++ /dev/null @@ -1,23 +0,0 @@ - -{% extends "user.html" %} -{% load extra_tags %} -{% load humanize %} - -{% block usercontent %} -
- {% for response in responses %} -
-
{% diff_date response.time 3 %}
-
{{ response.username }}
-
- {{ response.type }}: - {{ response.title }}
- {{ response.content|safe }} -
-
- -
- {% endfor %} -
-{% endblock %} - -- cgit v1.2.3-1-g7c22 From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/user_responses.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/user_responses.html (limited to 'templates/user_responses.html') diff --git a/templates/user_responses.html b/templates/user_responses.html new file mode 100644 index 00000000..45aab21b --- /dev/null +++ b/templates/user_responses.html @@ -0,0 +1,23 @@ + +{% extends "user.html" %} +{% load extra_tags %} +{% load humanize %} + +{% block usercontent %} +
+ {% for response in responses %} +
+
{% diff_date response.time 3 %}
+ +
+ {{ response.type }}: + {{ response.title }}
+ {{ response.content|safe }} +
+
+ +
+ {% endfor %} +
+{% endblock %} + -- cgit v1.2.3-1-g7c22 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/user_responses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/user_responses.html') diff --git a/templates/user_responses.html b/templates/user_responses.html index 45aab21b..d739395b 100644 --- a/templates/user_responses.html +++ b/templates/user_responses.html @@ -1,5 +1,5 @@ - {% extends "user.html" %} + {% load extra_tags %} {% load humanize %} -- cgit v1.2.3-1-g7c22