Set page title on simple forms, not just the H1 tag

This commit is contained in:
Magnus Hagander
2011-08-17 19:55:13 +02:00
parent d6bc957e46
commit 066214790e

View File

@ -1,4 +1,5 @@
{%extends "base/page.html"%}
{%block title%}{{operation|default:"Edit"}} {{formitemtype}}{%endblock%}
{%block contents%}
<h1>{{operation|default:"Edit"}} {{formitemtype}}</h1>
<form method="post" action=".">