Skip to content
Snippets Groups Projects
Commit d0ad67a1 authored by jan.bednarik's avatar jan.bednarik
Browse files

donate: Donated amount typo

parent fc83bbcc
No related branches found
No related tags found
2 merge requests!114donate: Donated amount typo,!113donate: Donated amount typo
Pipeline #1233 passed
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<hr> <hr>
{% endcomment %} {% endcomment %}
{% else %} {% else %}
<h5>Vybráno <strong>{{ page.get_donated_amount|intcomma }}&nbsp;</strong></h5> <h5>Zatím vybráno <strong>{{ page.get_donated_amount|intcomma }}&nbsp;</strong></h5>
{% endif %} {% endif %}
{% if page.show_donate_form %} {% if page.show_donate_form %}
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
z <strong>{{ project.expected_amount|intcomma }}&nbsp;</strong> z <strong>{{ project.expected_amount|intcomma }}&nbsp;</strong>
</p> </p>
{% else %} {% else %}
<p>Vybráno <strong>{{ project.get_donated_amount|intcomma }}&nbsp;</strong></p> <p>Zatím vybráno <strong>{{ project.get_donated_amount|intcomma }}&nbsp;</strong></p>
{% endif %} {% endif %}
</div> </div>
{% if project.is_new %} {% if project.is_new %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment