From a2795556a7fe56b453d41d35c804994603bbbdfc Mon Sep 17 00:00:00 2001 From: Kasper Brandt Date: Wed, 26 Nov 2014 14:18:46 +0100 Subject: [PATCH 1/3] [#926] Added data to updates listing page --- akvo/templates/update_directory.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/akvo/templates/update_directory.html b/akvo/templates/update_directory.html index 1ecb8681dc..69aa255a62 100644 --- a/akvo/templates/update_directory.html +++ b/akvo/templates/update_directory.html @@ -73,10 +73,19 @@

{{u.title}}

{{u.project.title}}
- {% trans "Person" %} (Partner)
- {% trans "Location" %} - {{u.primary_location.country.continent}}, {{u.primary_location.country}}
- {{u.created_at|date:"d-M-Y"}}

+ {{u.user.first_name}} {{u.user.last_name}} + {% if u.user.approved_organisations %} + {% with org=u.user.approved_organisations.0 %} + ({{org.long_name}}) + {% endwith %} + {% endif %} +
+ {% if u.primary_location.country %} + {{u.primary_location.country}}, + {{u.primary_location.country.continent}}
+ {% endif %} + {{u.created_at|date:"d-M-Y"}} +

- +
From f4d10f657a06eba9baad5ceca0fc32b4b44c982d Mon Sep 17 00:00:00 2001 From: Daniel Karlsson Date: Thu, 27 Nov 2014 14:29:50 +0100 Subject: [PATCH 3/3] [#926] Escaped | character in URI --- akvo/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akvo/templates/base.html b/akvo/templates/base.html index 8b99b0a1e5..fb63929172 100644 --- a/akvo/templates/base.html +++ b/akvo/templates/base.html @@ -24,10 +24,10 @@ {# React #} - + {# Fonts #} - + {% compressed_css 'rsr_v3_style' %}