From 0c33075b90577faf81af1fe035e191be0ced80fd Mon Sep 17 00:00:00 2001 From: "Ivan R. Judson" Date: Wed, 7 Aug 2013 07:45:44 -0700 Subject: [PATCH] Added link to my participating competitions --- .../apps/web/templates/web/my/_entered.html | 45 +++++++------------ 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/codalab/apps/web/templates/web/my/_entered.html b/codalab/apps/web/templates/web/my/_entered.html index 23893dd18..72823a7e6 100644 --- a/codalab/apps/web/templates/web/my/_entered.html +++ b/codalab/apps/web/templates/web/my/_entered.html @@ -1,20 +1,20 @@ {% if not competitions %} -

You have not participated in any competitions.

+

You have not participated in any competitions.

{% else %} - {% for item in competitions %} -
+{% for item in competitions %} + -
- {% comment %}
-
-
- - -
-
- - -
-
- - -
-
-
{% endcomment %} - - - {% endfor %} + + + + + +
+ +{% endfor %} {% endif %}