From ebc790687b06d3edc325d120e889c4cb615d80d8 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Fri, 12 Feb 2016 16:21:49 +0100 Subject: [PATCH] add default div for logo (#9953) --- README | 2 +- mandayejs/mandaye/templates/mandaye/associate.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 96ae539..d5f45ab 100644 --- a/README +++ b/README @@ -178,7 +178,7 @@ About Statics * css related to the panel, must be name *mandaye.css* and located in tenants//static/css/mandaye.css #Association - * css and js related to the association page must be named respectively *associate.css* and *associate.js* and located in tenants//static/{css.js}/associate.{css,js} + * css, js and image (logo) related to the association page must be named respectively *associate.css* and *associate.js* and located in tenants//static/{css.js,images}/associate.{css,js,png} N.B: diff --git a/mandayejs/mandaye/templates/mandaye/associate.html b/mandayejs/mandaye/templates/mandaye/associate.html index e1a1930..0df2d48 100644 --- a/mandayejs/mandaye/templates/mandaye/associate.html +++ b/mandayejs/mandaye/templates/mandaye/associate.html @@ -3,11 +3,11 @@ -

{% trans 'Associate your account' %}

+ {% if messages %}
    {%for message in messages%} -- 2.7.0