projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee81d5
)
Add a post_form block to baseform
author
Magnus Hagander
<magnus@hagander.net>
Thu, 13 Jul 2017 17:29:05 +0000
(19:29 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 14 Jul 2017 11:33:00 +0000
(13:33 +0200)
templates/base/form.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base/form.html
b/templates/base/form.html
index c7d499a2f9f4480588a2766534fb67b0f266180c..dd6e23ed7c4b13afa3a7efe1021869b4ecfbb4b5 100644
(file)
--- a/
templates/base/form.html
+++ b/
templates/base/form.html
@@
-39,6
+39,7
@@
</table>
<input type="submit" value="{{savebutton|default:"Save"}}" />
</form>
+{%block post_form%}{%endblock%}
{%endblock%}
{% block extrahead %}