fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wide PDF covers.
[wolnelektury.git]
/
apps
/
funding
/
templates
/
funding
/
wlfund.html
diff --git
a/apps/funding/templates/funding/wlfund.html
b/apps/funding/templates/funding/wlfund.html
old mode 100755
(executable)
new mode 100644
(file)
index
adffe7b
..
bb8a2be
--- a/
apps/funding/templates/funding/wlfund.html
+++ b/
apps/funding/templates/funding/wlfund.html
@@
-48,7
+48,12
@@
from successful fundraisers.{% endblocktrans %}
<td>{{ entry.total }} zł</td>
</tr>
{% endif %}
<td>{{ entry.total }} zł</td>
</tr>
{% endif %}
+ {% empty %}
+ <tr><td colspan="4" style="text-align:center; color: #888;">
+ <em>{% trans "There are no previous fundraisers to show yet." %}</em>
+ </td></tr>
{% endfor %}
</table>
{% endfor %}
</table>
+
{% endblock %}
{% endblock %}