{% endif %}
diff --git a/templates/tasks.html b/templates/tasks.html
index 959c6c4..f02b1e5 100644
--- a/templates/tasks.html
+++ b/templates/tasks.html
@@ -47,7 +47,7 @@
{% for task in user.userinfo.available_tasks %}
{% with result=user|solved:task %}
- {{ task.name }} {% if task.creator == user or user.username in task.editors %}{% endif %}
+ {{ task.name }} {% if task.creator == user or user.username in task.editors %}{% endif %}
{% endwith %}
{% endfor %}
{% endblock %}
\ No newline at end of file