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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/user_favorites.html b/templates/user_favorites.html
index 8cebc798..d47670bd 100644
--- a/templates/user_favorites.html
+++ b/templates/user_favorites.html
@@ -1,7 +1,9 @@
+<!-- user_favorites.html -->
{% extends "user.html" %}
{% load extra_tags %}
{% load humanize %}
{% block usercontent %}
{% include "users_questions.html" %}
-{% endblock %} \ No newline at end of file
+{% endblock %}
+<!-- end user_favorites.html -->