diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-01 00:51:59 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-01 00:51:59 +0100 |
| commit | 5224c2eababf5d8303d17ba00d21c43c3a2b96aa (patch) | |
| tree | e1d0bccaa7475c9f1341322bf06d774ebe48d6b0 /site/templates | |
| parent | f8411968d8b2c968e298f45ee10c63a2079bdf02 (diff) | |
displaying points a bit
Diffstat (limited to 'site/templates')
| -rw-r--r-- | site/templates/page.html (renamed from site/templates/about.html) | 1 | ||||
| -rw-r--r-- | site/templates/terms.html | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/site/templates/about.html b/site/templates/page.html index 6699bd0f..124dd305 100644 --- a/site/templates/about.html +++ b/site/templates/page.html @@ -1,4 +1,5 @@ {% extends 'layout.html' %} {% block content %} + {{ content }} {% endblock %} diff --git a/site/templates/terms.html b/site/templates/terms.html deleted file mode 100644 index 6699bd0f..00000000 --- a/site/templates/terms.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends 'layout.html' %} - -{% block content %} -{% endblock %} |
