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.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"}}
+
{% autoescape off %}
From 905e30a78009520220ad9d9faad1b5f482277c22 Mon Sep 17 00:00:00 2001
From: Kasper Brandt
Date: Thu, 27 Nov 2014 10:42:32 +0100
Subject: [PATCH 2/3] [#926] Layout changed to template file
---
akvo/templates/update_directory.html | 66 ++++++++++++++--------------
1 file changed, 32 insertions(+), 34 deletions(-)
diff --git a/akvo/templates/update_directory.html b/akvo/templates/update_directory.html
index 69aa255a62..7986ad422c 100644
--- a/akvo/templates/update_directory.html
+++ b/akvo/templates/update_directory.html
@@ -61,40 +61,38 @@
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' %}