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.username }}
+
+ {{ response.type }}: + {{ response.title }}
+ {{ response.content|safe }} +
+
+ +
+ {% endfor %} +
+{% endblock %} + -- cgit v1.2.3-1-g7c22