Refactored the webclient layout to correctly identify the template.

This commit is contained in:
Griatch 2016-02-08 20:57:19 +01:00
parent 0219c726dc
commit f42d27a459
3 changed files with 12 additions and 5 deletions

View file

@ -1,8 +1,10 @@
{% extends base.html %}
{% extends "webclient/base.html" %}
{% block connecting %}
{% endblock %}
{% block client %}
<h1>Webclient!</h1>
{% endblock %}