diff options
author | 2018-02-21 09:36:43 +0000 | |
---|---|---|
committer | 2018-02-21 09:36:43 +0000 | |
commit | 94657fcdc0dce745053a8f7e40c6189b062a84b0 (patch) | |
tree | 330a23cf7fcf0ced1f0c34722546bf7350d3c97f /templates/main/ws_test.html | |
parent | Rearrange views and templates (diff) |
Jinja is weird
Diffstat (limited to 'templates/main/ws_test.html')
-rw-r--r-- | templates/main/ws_test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/ws_test.html b/templates/main/ws_test.html index 6ef1bb68..a492fb89 100644 --- a/templates/main/ws_test.html +++ b/templates/main/ws_test.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "main/base.html" %} {% block title %}WS Test{% endblock %} {% block content %} <div class="uk-container uk-section"> |