{%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" />
{%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.
{%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" />
{%endblock%}
{%block layoutblock%}
-<h1>Signup</h1>
+<h1>Signup: {{signup.title}}</h1>
<p>Current <a href="#results">results</a>.</p>