X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/739f55be14e161e485b2107b628689c4f01ded6b..149ca28f533a257ed8034f88a615c8d7abbc9f69:/src/funding/templates/funding/2022/offer_list.html diff --git a/src/funding/templates/funding/2022/offer_list.html b/src/funding/templates/funding/2022/offer_list.html new file mode 100644 index 000000000..b7528ea19 --- /dev/null +++ b/src/funding/templates/funding/2022/offer_list.html @@ -0,0 +1,29 @@ +{% extends '2022/base.html' %} + + +{% block settings %} + {% load title %} + {% title 'X' %} +{% endblock %} + + +{% block main %} +
+
+
+ + +
+
+
+ + +
+
+ {% for funding in object_list %} + {% include "funding/2022/includes/funding_box.html" %} + {% endfor %} +
+
+ +{% endblock %}