Projet

Général

Profil

0001-auth_fc-add-css-class-to-links-block-38086.patch

Frédéric Péters, 29 novembre 2019 15:08

Télécharger (1,01 ko)

Voir les différences:

Subject: [PATCH] auth_fc: add css class to links block (#38086)

 .../templates/authentic2_auth_fc/linking.html                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2_auth_fc/templates/authentic2_auth_fc/linking.html
3 3

  
4 4
<link rel="stylesheet" type="text/css" href="{% static 'authentic2_auth_fc/css/fc.css' %}">
5 5

  
6
<div id="fc-linking">
6
<div id="fc-linking" class="{% if user.fc_accounts.exists %}with-accounts{% else %}no-account{% endif %}">
7 7
  <div class="fc">
8 8
    <div class="cadre">
9 9
      {% if user.fc_accounts.exists %}
10
-