Code layout change.
[wolnelektury.git] / 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 (executable)
index eb33257..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "base.html" %}
-
-{% block titleextra %}Fundusz Wolnych Lektur{% endblock %}
-
-{% block body %}
-
-<h1>Fundusz Wolnych Lektur</h1>
-<p>Suma: {{ amount }}</p>
-
-<ul class="plain">
-    {% for entry in log %}
-    <li class="white-box normal-text funding-plus">
-        {{ entry.end }} +{{ entry.sum }}
-        <span style="float:right">Częściowa zbiórka na: {{ entry }}</span>
-    </li>
-    {% endfor %}
-</ul>
-
-
-{% endblock %}