X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/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 deleted file mode 100644 index 449cfea7b..000000000 --- a/src/funding/templates/funding/2022/offer_list.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends '2022/base.html' %} - - -{% block settings %} - {% load title %} - {% title 'Zbiórki' %} -{% endblock %} - - -{% block main %} -
-
-
- - -
-
-
- - -
-
- {% for funding in object_list %} - {% include "funding/2022/includes/funding_box.html" %} - {% endfor %} -
-
- -{% endblock %}