summaryrefslogtreecommitdiffstats
path: root/templates/user_favorites.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_favorites.html')
-rw-r--r--templates/user_favorites.html7
1 files changed, 7 insertions, 0 deletions
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