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_reputation.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/user_reputation.html (limited to 'templates/user_reputation.html') diff --git a/templates/user_reputation.html b/templates/user_reputation.html new file mode 100644 index 00000000..aad8db44 --- /dev/null +++ b/templates/user_reputation.html @@ -0,0 +1,40 @@ +{% extends "user.html" %} +{% load extra_tags %} +{% load humanize %} +{% block userjs %} + + + + +{% endblock %} +{% block usercontent %} +
+
+ +
+
+ {% for rep in reputation %} +

+

+
{{ rep.positive }}
+
{{ rep.negative }}
+ +
+ {{ rep.title }} ({{ rep.reputed_at }}) +

+ {% endfor %} +
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3-1-g7c22