From 4347c2947834fe7f2edf2b457b2d513454fc6a03 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:30 +0800 Subject: initiliaze git rep --- templates/user_responses.html | 21 +++++++++++++++++++++ 1 file changed, 21 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..0ada494c --- /dev/null +++ b/templates/user_responses.html @@ -0,0 +1,21 @@ +{% 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 %} \ No newline at end of file -- cgit v1.2.3-1-g7c22