From d8193086393fb6b6ba501c7ed6c9c219aef9a588 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 31 Jan 2020 13:52:31 -0800 Subject: [PATCH] Placeholder text --- amanuensis/templates/lexicon/contents.html | 2 +- amanuensis/templates/lexicon/rules.html | 2 +- amanuensis/templates/lexicon/statistics.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amanuensis/templates/lexicon/contents.html b/amanuensis/templates/lexicon/contents.html index 9b43b79..ac797f3 100644 --- a/amanuensis/templates/lexicon/contents.html +++ b/amanuensis/templates/lexicon/contents.html @@ -8,7 +8,7 @@ {{ message }}
{% endfor %} -

Index

+Placeholder text {% endblock %} {% set template_content_blocks = [self.main()] %} \ No newline at end of file diff --git a/amanuensis/templates/lexicon/rules.html b/amanuensis/templates/lexicon/rules.html index c9823ce..f272507 100644 --- a/amanuensis/templates/lexicon/rules.html +++ b/amanuensis/templates/lexicon/rules.html @@ -4,7 +4,7 @@ {% block main %} -

Rules

+Placeholder text {% endblock %} {% set template_content_blocks = [self.main()] %} \ No newline at end of file diff --git a/amanuensis/templates/lexicon/statistics.html b/amanuensis/templates/lexicon/statistics.html index feacb86..7afe417 100644 --- a/amanuensis/templates/lexicon/statistics.html +++ b/amanuensis/templates/lexicon/statistics.html @@ -4,7 +4,7 @@ {% block main %} -

Statistics

+Placeholder text {% endblock %} {% set template_content_blocks = [self.main()] %} \ No newline at end of file