From 2acb62174ab2cac9c7a88faafcb5f0a22a54db6f Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:06 +0800 Subject: initiliaze git rep --- templates/user_favorites.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/user_favorites.html (limited to 'templates/user_favorites.html') diff --git a/templates/user_favorites.html b/templates/user_favorites.html new file mode 100644 index 00000000..8cebc798 --- /dev/null +++ b/templates/user_favorites.html @@ -0,0 +1,7 @@ +{% extends "user.html" %} +{% load extra_tags %} +{% load humanize %} + +{% block usercontent %} + {% include "users_questions.html" %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3-1-g7c22