summaryrefslogtreecommitdiff
path: root/app/templates/base/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/base/form.html')
-rw-r--r--app/templates/base/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base/form.html b/app/templates/base/form.html
index 9f356e0..72083ae 100644
--- a/app/templates/base/form.html
+++ b/app/templates/base/form.html
@@ -4,7 +4,7 @@
<div class="container">
<div class="columns is-centered">
<div class="column {{ column_classes }}">
- <h1 class="title is-2">{% block title %}{% endblock %}</h1>
+ <h1 class="title is-2">{{ title }}</h1>
<!-- TODO: render errors -->
{% with messages = get_flashed_messages(with_categories=true) %}