Placeholder text

This commit is contained in:
Tim Van Baak 2020-01-31 13:52:31 -08:00
parent 8a052feb3c
commit d819308639
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<span style="color:#ff0000">{{ message }}</span><br>
{% endfor %}
<h1>Index</h1>
Placeholder text
{% endblock %}
{% set template_content_blocks = [self.main()] %}

View File

@ -4,7 +4,7 @@
{% block main %}
<h1>Rules</h1>
Placeholder text
{% endblock %}
{% set template_content_blocks = [self.main()] %}

View File

@ -4,7 +4,7 @@
{% block main %}
<h1>Statistics</h1>
Placeholder text
{% endblock %}
{% set template_content_blocks = [self.main()] %}