We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7d1bc commit f2f3299Copy full SHA for f2f3299
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">
@@ -24,4 +27,5 @@
24
27
{% endfor %}
25
28
{% else %}
26
29
<p class="no-games">Et oo vielä ilmonnu mittään! Laitahan ilmoten.</p>
30
+{% endif %}
31
{% endif %}
0 commit comments