Updated API tests.
[redakcja.git] / project / templates / manager / pull_request.html
diff --git a/project/templates/manager/pull_request.html b/project/templates/manager/pull_request.html
new file mode 100644 (file)
index 0000000..c03caab
--- /dev/null
@@ -0,0 +1,7 @@
+{% if objects %}
+    {% for pullreq in objects %}
+    <p>{{ pullreq }}</p>
+    {% endfor %}
+{% else %}
+    <p>Brak żądań</p>
+{% endif %}