Projet

Général

Profil

0001-styles-use-unique-stylesheet-for-all-pages-14654.patch

Serghei Mihai (congés, retour 15/05), 18 janvier 2017 11:16

Télécharger (1,49 ko)

Voir les différences:

Subject: [PATCH] styles: use unique stylesheet for all pages (#14654)

 mandayejs/mandaye/templates/mandaye/associate.html | 2 +-
 mandayejs/mandaye/templates/mandaye/panel.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
mandayejs/mandaye/templates/mandaye/associate.html
1 1
{% load i18n gadjo staticfiles %}
2 2
<html>
3 3
    <head>
4
        <link rel="stylesheet" href="{% static 'css/associate.css' %}" type="text/css"/>
4
        <link rel="stylesheet" href="{% static 'mandaye.css' %}" type="text/css" />
5 5
    </head>
6 6
    <body>
7 7
        <div id="main-div">
mandayejs/mandaye/templates/mandaye/panel.html
15 15
    {%endfor%}
16 16
{%endif%}
17 17

  
18
<link rel="stylesheet" href="{% static 'css/mandaye.css' %}" type="text/css"/>
18
<link rel="stylesheet" href="{% static 'mandaye.css' %}" type="text/css" />
19 19

  
20 20
<div id="mandaye-logo">
21 21
    <a href="{% if portal_user_url %}{{ portal_user_url }}{% else %}/{% endif %}">
22
-