mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-09 03:54:08 +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"%}
|
||||
{%block title%}{{operation|default:"Edit"}} {{formitemtype}}{%endblock%}
|
||||
{%block contents%}
|
||||
<h1>{{operation|default:"Edit"}} {{formitemtype}}</h1>
|
||||
<form method="post" action=".">
|
||||
|
Reference in New Issue
Block a user