projects
/
pgcac-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a787d
)
Remove unused content blocks.
author
Dave Page
<dpage@pgadmin.org>
Tue, 15 Nov 2022 15:16:04 +0000
(15:16 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Tue, 15 Nov 2022 15:16:04 +0000
(15:16 +0000)
templates/base.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base.html
b/templates/base.html
index 8ef26567b06d1908117755cc88baa41f6fefe475..56e93f3f44f6a0396f9a06c8dce2b430bf8e18f2 100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-12,7
+12,6
@@
<link rel="stylesheet" href="/static/css/pgcac.css">
<title>{%block title%}{%endblock%} - PostgreSQL Community Association of Canada</title>
-{%block extrahead%}{%endblock%}
<script>
let theme = 'light';
@@
-155,7
+154,5
@@
theme_apply();
});
</script>
-{%block pagescript%}
-{%endblock%}
</body>
</html>