Browsing and showing comment documents
[edumed.git] / comment / templates / comment / commentdocument_list.html
diff --git a/comment/templates/comment/commentdocument_list.html b/comment/templates/comment/commentdocument_list.html
new file mode 100644 (file)
index 0000000..41d115b
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "base_mil.html" %}
+
+
+{% block body %}
+
+    <ol>
+    {% for document in object_list %}
+        <li><a href="{{document.get_absolute_url}}">{{document.name}}</a></li>
+    {% endfor %}
+    </ol>
+
+{% endblock %}
\ No newline at end of file