8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-19 13:43:40 +00:00

N'affiche pas la clef radius en clair dans le menu preferences

This commit is contained in:
Gabriel Detraz 2018-07-11 16:44:07 +02:00
parent bdd8f3af60
commit c06fe5c371

View file

@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<table class="table table-striped">
<thead>
<tr>
<th>Clef</th>
<th>Id Clef</th>
<th>Commentaire</th>
<th>Clef par default des switchs</th>
<th>Clef utilisée par les switchs</th>
@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</thead>
{% for radiuskey in radiuskey_list %}
<tr>
<td>{{ radiuskey.radius_key }}</td>
<td>{{ radiuskey.id }}</td>
<td>{{ radiuskey.comment }}</td>
<td>{{ radiuskey.default_switch }}</td>
<td>{{ radiuskey.switch_set.all|join:", " }}</td>