Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Note Kfet 2015 django
Commits
26ed544e
Commit
26ed544e
authored
Jan 12, 2018
by
Gabriel Boudy
Browse files
lien vers le wiki dans liste_droits
parent
2f52c553
Changes
1
Hide whitespace changes
Inline
Side-by-side
note/templates/note/liste_droits.html
View file @
26ed544e
...
...
@@ -13,14 +13,18 @@
<div
class=
"panel-heading text-center lead"
>
<table
style=
"width: 100%; height: 100%"
>
<tr>
<td>
{% trans "Liste des personnes ayant des droits surnormaux" %}
</td>
<td
style=
"background-color: #d0ffc9; width: 50px; height: 10px"
></td>
<td>
{% trans "Suprême" %}
</td></tr>
<td>
{% trans "Liste des personnes ayant des droits surnormaux" %}
</td>
<td
style=
"background-color: #d0ffc9; width: 50px; height: 10px"
></td>
<td>
{% trans "Suprême" %}
</td>
<td><a
href=
"https://wiki.crans.org/NoteKfet/NoteKfet2015/PourLesNuls#Les_droits"
target =
"_blank"
>
{% trans "Plus d'informations sur" %}
</a></td>
</tr>
<tr>
<td><span
style=
"text-align: center"
>
{% if nombre >= 1 %}{{ nombre }} personne{{ nombre|pluralize }}
{% else %}Personne{% endif %}
</span></td>
<td
style=
"background-color: #f2dede; width: 50px; height: 10px"
></td>
<td>
{% trans "Vieux" %}
</td></tr>
<td>
{% trans "Vieux" %}
</td>
<td><a
href=
"https://wiki.crans.org/NoteKfet/NoteKfet2015/PourLesNuls#Les_droits"
target =
"_blank"
>
{% trans "le système de droits" %}
</a></td>
</tr>
</table>
</div>
{% include "note/template_pagination.html" %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment