projects
/
hamn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a71d5f
)
Use an appropriate top title when adding a new feed.
author
Dave Page
<dpage@pgadmin.org>
Tue, 2 Apr 2024 14:39:24 +0000
(15:39 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Tue, 2 Apr 2024 14:39:24 +0000
(15:39 +0100)
hamnadmin/hamnadmin/register/templates/edit.html
patch
|
blob
|
blame
|
history
diff --git
a/hamnadmin/hamnadmin/register/templates/edit.html
b/hamnadmin/hamnadmin/register/templates/edit.html
index 1414ebdc8b53eb8a16bf3bf07de6c5f9abc86aa8..9949f405d4240ef842cdd77e6bb3ae53ebf26530 100644
(file)
--- a/
hamnadmin/hamnadmin/register/templates/edit.html
+++ b/
hamnadmin/hamnadmin/register/templates/edit.html
@@
-2,7
+2,11
@@
{% block content %}
<div class="col-md-12">
+ {% if new %}
+ <h1>Add blog</h1>
+ {% else %}
<h1>Edit blog</h1>
+ {% endif %}
{% if not new %}
<h3>Status</h3>