Skip to content
Extraits de code Groupes Projets
Valider 11e5df44 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[UPD] page name

parent eea02158
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -45,7 +45,7 @@ class CustomerPortal(CustomerPortal):
render_values.update(
{
"page_name": "pmo",
"page_name": "Vue globale",
"scale": "week",
}
)
......@@ -73,7 +73,7 @@ class CustomerPortal(CustomerPortal):
render_values.update(
{
"partners": partner_ids,
"page_name": "conso",
"page_name": "Suivi conso",
"scale": "week",
}
)
......@@ -103,7 +103,7 @@ class CustomerPortal(CustomerPortal):
render_values.update(
{
"partners": partner_ids,
"page_name": "prod",
"page_name": "Suivi production",
"scale": "week",
}
)
......
......@@ -21,7 +21,7 @@
>
<a
t-attf-href="/operation/#{slug(operation)}/consumer"
t-att-class="'nav-link %s' % ('active' if page_name == 'conso' else '')"
t-att-class="'nav-link %s' % ('active' if page_name == 'Suivi conso' else '')"
>
Mon suivi conso
</a>
......@@ -32,7 +32,7 @@
>
<a
t-attf-href="/operation/#{slug(operation)}/productor"
t-att-class="'nav-link %s' % ('active' if page_name == 'prod' else '')"
t-att-class="'nav-link %s' % ('active' if page_name == 'Suivi production' else '')"
>
Mon suivi production
</a>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter