From bf489a2d86ca97b1a6629fa0df44ed801f7771ef Mon Sep 17 00:00:00 2001 From: World of USO Date: Sat, 27 Feb 2016 12:36:15 +0200 Subject: [PATCH 1/2] add gitkeep for static/upload --- wouso/resources/static/upload/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 wouso/resources/static/upload/.gitkeep diff --git a/wouso/resources/static/upload/.gitkeep b/wouso/resources/static/upload/.gitkeep new file mode 100644 index 00000000..e69de29b From e0780be8b64379aa5a8665b416d7e15f2eff2234 Mon Sep 17 00:00:00 2001 From: World of USO Date: Sat, 27 Feb 2016 14:02:29 +0200 Subject: [PATCH 2/2] fix achievment icon alignment in top challenge for clasic theme --- .../templates/top/challenge_top.html | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/wouso/resources/templates/top/challenge_top.html b/wouso/resources/templates/top/challenge_top.html index 604d04e1..81486c85 100644 --- a/wouso/resources/templates/top/challenge_top.html +++ b/wouso/resources/templates/top/challenge_top.html @@ -24,19 +24,26 @@ {% trans 'Won' %} {% trans 'Lost' %} {% trans 'Draw' %} - {% trans 'Won %' %} + {% trans 'Won %' %} {% trans 'Last seen' %} {% for user in allUsers.object_list %} {% artifact user.level %} - {{ user }} - {% for artf in user.artifacts.all %} -
- {% artifact artf %} -
- {% endfor %} + + + + + + +
{{ user }}
+ {% for artf in user.artifacts.all %} +
+ {% artifact artf %} +
+ {% endfor %} +
{{ user.won_challenges }} {{ user.lost_challenges }}