Skip to content

Commit 1cda7c4

Browse files
authored
Merge pull request #120 from Vauhtijuoksu/develop
Fix string
2 parents 343cafd + f2f3299 commit 1cda7c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/marathon/plugins/my_submissions.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
{% if require_authentication and not user.is_authenticated %}
2+
{% else %}
3+
<h2>Omat ilmoitukset</h2>
14
{% if submissions %}
25
{% for submission in submissions|dictsort:"priority" %}
36
<div class="game-submission my-submission">
@@ -23,5 +26,6 @@
2326
{% endif %}
2427
{% endfor %}
2528
{% else %}
26-
<p class="no-games">Täällä ei oo vielä kettään! Laitahan ilmoten.</p>
29+
<p class="no-games">Et oo vielä ilmonnu mittään! Laitahan ilmoten.</p>
30+
{% endif %}
2731
{% endif %}

0 commit comments

Comments
 (0)