X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/28cb104054903726b0556222929f8f2e9941882d..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/funding/templates/funding/wlfund.html diff --git a/apps/funding/templates/funding/wlfund.html b/apps/funding/templates/funding/wlfund.html deleted file mode 100755 index 8188f1a86..000000000 --- a/apps/funding/templates/funding/wlfund.html +++ /dev/null @@ -1,43 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block titleextra %}{% trans "Wolne Lektury Fund" %}{% endblock %} - -{% block body %} - -

{% trans "Wolne Lektury Fund" %}

- - - - - - - - - - - - {% for tag, entry in log %} - {% if tag == 'spent' %} - - - - - - - {% else %} - - - - - - - {% endif %} - {% endfor %} -
{% trans "Balance" %}:
 
{{ amount }} zł
 
{{ entry.timestamp }}
-{{ entry.amount }} zł
{{ entry.total }} zł
{% trans "Book" %}: - {{ entry.book }}
{{ entry.end }}
+{{ entry.sum }} zł
{{ entry.total }} zł
{% trans "Money from partial fundraiser" %}: - - {{ entry }}
- - -{% endblock %}