summaryrefslogtreecommitdiffstats
path: root/templates/user_recent.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_recent.html')
-rw-r--r--templates/user_recent.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/user_recent.html b/templates/user_recent.html
index bb2bc99d..70c074ad 100644
--- a/templates/user_recent.html
+++ b/templates/user_recent.html
@@ -1,3 +1,4 @@
+<!-- user_recent.html -->
{% extends "user.html" %}
{% load extra_tags %}
{% load humanize %}
@@ -22,4 +23,5 @@
</div>
{% endfor %}
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}
+<!-- end user_recent.html -->