From 441a6c4c548f896b4b72c78fd77a764a0af4f814 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 | 3 +-- 2 files changed, 2 insertions(+), 3 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..c0a3683 100644 --- a/mandayejs/mandaye/templates/mandaye/associate.html +++ b/mandayejs/mandaye/templates/mandaye/associate.html @@ -1,13 +1,12 @@ {% load i18n gadjo staticfiles %} - -

{% trans 'Associate your account' %}

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