We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 343cafd + f2f3299 commit 1cda7c4Copy full SHA for 1cda7c4
templates/marathon/plugins/my_submissions.html
@@ -1,3 +1,6 @@
1
+{% if require_authentication and not user.is_authenticated %}
2
+{% else %}
3
+ <h2>Omat ilmoitukset</h2>
4
{% if submissions %}
5
{% for submission in submissions|dictsort:"priority" %}
6
<div class="game-submission my-submission">
@@ -23,5 +26,6 @@
23
26
{% endif %}
24
27
{% endfor %}
25
28
{% else %}
- <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 %}
31
0 commit comments