Skip to content

Commit

Permalink
FIX - Site par défaut #334
Browse files Browse the repository at this point in the history
Co-Authored-By: bambi1013 <[email protected]>
  • Loading branch information
JeromeDevome and bambi1013 committed Feb 23, 2024
1 parent 9cd84b0 commit 30533fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/templates/admin_config6.twig
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="col col-sm-6">
<select class="form-control" id="id_site" name="id_site" onchange="modifier_liste_domaines();modifier_liste_ressources(2)">
<option value="-1">{{ trad.choose_a_site }}</option>
{{ trad.optionSite | raw }}
{{ d.optionSite | raw }}
</select>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion admin/templates/admin_user_modify.twig
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<div class="col col-sm-6">
<select class="form-control" id="id_site" name="id_site" onchange="modifier_liste_domaines();modifier_liste_ressources(2)">
<option value="-1">{{ trad.choose_a_site }}</option>
{{ trad.optionSite | raw }}
{{ d.optionSite | raw }}
</select>
</div>
</div>
Expand Down

0 comments on commit 30533fe

Please sign in to comment.