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_favorites.html | 9 +++++++++ 1 file changed, 9 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..d47670bd --- /dev/null +++ b/templates/user_favorites.html @@ -0,0 +1,9 @@ + +{% extends "user.html" %} +{% load extra_tags %} +{% load humanize %} + +{% block usercontent %} + {% include "users_questions.html" %} +{% endblock %} + -- cgit v1.2.3-1-g7c22