mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Set page title on simple forms, not just the H1 tag
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
{%extends "base/page.html"%}
|
{%extends "base/page.html"%}
|
||||||
|
{%block title%}{{operation|default:"Edit"}} {{formitemtype}}{%endblock%}
|
||||||
{%block contents%}
|
{%block contents%}
|
||||||
<h1>{{operation|default:"Edit"}} {{formitemtype}}</h1>
|
<h1>{{operation|default:"Edit"}} {{formitemtype}}</h1>
|
||||||
<form method="post" action=".">
|
<form method="post" action=".">
|
||||||
|
Reference in New Issue
Block a user