user handling
This commit is contained in:
8
web/empty_room.html.jinja
Normal file
8
web/empty_room.html.jinja
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html.jinja" %}
|
||||
{% block content %}
|
||||
|
||||
<div class="content">
|
||||
<h2>Room: {{ current_room.name }}</h2>
|
||||
<p>This room has no sensors assigned to it.</p>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user