Refactored the webclient layout to correctly identify the template.
This commit is contained in:
parent
0219c726dc
commit
f42d27a459
3 changed files with 12 additions and 5 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{% extends base.html %}
|
||||
{% extends "webclient/base.html" %}
|
||||
|
||||
{% block connecting %}
|
||||
{% endblock %}
|
||||
|
||||
{% block client %}
|
||||
|
||||
<h1>Webclient!</h1>
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue