Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bonnegent Sebastien
pao
Commits
2b378f61
Commit
2b378f61
authored
Apr 03, 2019
by
Guesdon Damien
Browse files
RaZ pour affichage couleur places restantes
parent
2c9085a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
projets/templates/projets/campagne_detail.html
View file @
2b378f61
...
...
@@ -17,7 +17,7 @@
</thead>
<tbody>
{% for pao in pao_list %}
<tr>
<tr
class=
"success"
>
<td>
{{ pao.etudiant.last_name }}
</td>
<td>
{{ pao.etudiant.first_name }}
</td>
<td>
{{ pao.semestre }}
</td>
...
...
projets/templates/projets/semestre_detail.html
View file @
2b378f61
...
...
@@ -25,11 +25,11 @@
</thead>
<tbody>
{% for sujet in semestre.get_sujet_list %}
<tr>
<tr
class=
"label-danger"
>
<td><a
href=
"{% url 'pao:sujet-detail' sujet.pk %}"
>
{{ sujet.nom }}
</a></td>
<td>
{{ sujet.credits }}
</td>
<td>
{{ sujet.nb_etudiants_min }}
</td>
<td>
{{ sujet.get_nb_etudiants }}
</td>
<td
class=
"success"
>
{{ sujet.credits }}
</td>
<td
class=
"lbl-warning"
>
{{ sujet.nb_etudiants_min }}
</td>
<td
class=
"label-info"
>
{{ sujet.get_nb_etudiants }}
</td>
<td>
{{ sujet.nb_etudiants_max }}
</td>
<td>
{{ sujet.evaluation }}
</td>
<td>
{{ sujet.display_responsables }}
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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