From 90761d2383cf6e1288e37d6a4467efdd50dafa55 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 May 2016 00:10:46 -0400 Subject: fix up themes (work in progress) --- theme/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/templates/page.html') diff --git a/theme/templates/page.html b/theme/templates/page.html index 5ceb779..100cd04 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ page.title }}{%endblock%} +{% block pagetitle %}{{ page.title }}{% endblock %} {% block content %} -

{{ page.title }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} -- cgit v1.2.3