setting wifi presence
This commit is contained in:
parent
032bc5acaa
commit
0aade5be94
11 changed files with 220 additions and 24 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<div class="container">
|
||||
{% block container %}
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<h2>{{ request.user.username }}</h2>
|
||||
|
|
@ -29,5 +28,4 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock body %}
|
||||
{% endblock container %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue