setting wifi presence

This commit is contained in:
Uwe Kamper 2013-10-24 01:49:46 +02:00
parent 032bc5acaa
commit 0aade5be94
11 changed files with 220 additions and 24 deletions

View file

@ -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 %}