Skip to content

Commit f2f3299

Browse files
committed
fix string
1 parent 2b7d1bc commit f2f3299

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/marathon/plugins/my_submissions.html

Lines changed: 4 additions & 0 deletions
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">
@@ -24,4 +27,5 @@
2427
{% endfor %}
2528
{% else %}
2629
<p class="no-games">Et oo vielä ilmonnu mittään! Laitahan ilmoten.</p>
30+
{% endif %}
2731
{% endif %}

0 commit comments

Comments
 (0)