Set proper title tags on signup and wiki admin forms
authorMagnus Hagander <[email protected]>
Fri, 19 Oct 2018 08:17:42 +0000 (10:17 +0200)
committerMagnus Hagander <[email protected]>
Fri, 19 Oct 2018 08:17:42 +0000 (10:17 +0200)
template/confwiki/admin_edit_form.html
template/confwiki/signup_admin_edit_form.html

index c5876df4faa1834a44e1a5e46f9492934104db5f..f81fd5f40b94fff9ba52da49e93df031dc9303a9 100644 (file)
@@ -1,4 +1,5 @@
 {%extends "confreg/confadmin_base.html"%}
+{%block title%}wiki: {{page.title}}{%endblock%}
 {%block extrahead%}
 <script type="text/javascript" src="/media/js/selectize.min.js"></script>
 <link rel="stylesheet" href="/media/css/selectize.css" />
@@ -25,7 +26,7 @@ $(function() {
 {%endblock%}
 
 {%block layoutblock%}
-<h1>Wiki page</h1>
+<h1>Wiki page: {{page.title}}</h1>
 <p>
 <b>Note!</b> Changes made on this page will not be reflected in the wiki page
 history. Instead, they will be emailed to the conference list.
index 89573410edac7791cd49f78fcdfef41abc4860a7..42b8de2e114766d8fa3f477e1a8ff76420498cb0 100644 (file)
@@ -1,4 +1,5 @@
 {%extends "confreg/confadmin_base.html"%}
+{%block title%}Signup: {{signup.title}}{%endblock%}
 {%block extrahead%}
 <script type="text/javascript" src="/media/js/selectize.min.js"></script>
 <link rel="stylesheet" href="/media/css/selectize.css" />
@@ -46,7 +47,7 @@ $(function() {
 {%endblock%}
 
 {%block layoutblock%}
-<h1>Signup</h1>
+<h1>Signup: {{signup.title}}</h1>
 
 <p>Current <a href="#results">results</a>.</p>