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
mediatek
Base de données Mediatek
Commits
353cea2f
Commit
353cea2f
authored
Jun 12, 2017
by
Gabriel Detraz
Browse files
Fix affichage des macs foireux
parent
45b26b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
users/templates/users/aff_users.html
View file @
353cea2f
...
...
@@ -43,7 +43,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<td>
{{ user.surname }}
</td>
<td>
{{ user.pseudo }}
</td>
<td>
{{ user.email }}
</td>
<td><table
class=
"table table-striped"
><tr>
{% for machine in user.machines %}
<td>
{{ machine.mac_address }}
</td>
{% endfor %}
</tr></table></td>
<td><table
class=
"table table-striped"
>
{% for machine in user.machines %}
<tr>
<td>
{{ machine.mac_address }}
</td>
</tr>
{% endfor %}
</table>
</td>
<td><a
href=
"{% url "
users:profil
"
user.id
%}"
class=
"btn btn-primary btn-sm"
role=
"button"
><i
class=
"glyphicon glyphicon-user"
></i></a>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
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