The specified URL was not found.
+ The specified URL was not found.
{%endblock%}
diff --git a/pgcommitfest/commitfest/templates/activity.html b/pgcommitfest/commitfest/templates/activity.html
index 1d5a060f..621155ee 100644
--- a/pgcommitfest/commitfest/templates/activity.html
+++ b/pgcommitfest/commitfest/templates/activity.html
@@ -2,25 +2,25 @@
{%load commitfest %}
{%block contents%}
-
-
+ {%block extrahead%}{%endblock%}
+ {%if rss_alternate%}
{%endif%}
+
+
+
+
-
{{title}}
+ {%if title %}
+
{{title}}
+ {%endif%}
-{%if messages%}
- {%for m in messages%}
-
{{m}}
- {%endfor%}
-{%endif%}
+ {%if messages%}
+ {%for m in messages%}
+
{{m}}
+ {%endfor%}
+ {%endif%}
-{%block contents%}
-{%endblock%}
-
-
-
-
-
-{%block morescript%}{%endblock%}
-
+ {%block contents%}
+ {%endblock%}
+
+
+
+
+
+ {%block morescript%}{%endblock%}
+
diff --git a/pgcommitfest/commitfest/templates/base_form.html b/pgcommitfest/commitfest/templates/base_form.html
index 91f2e91e..82e827d8 100644
--- a/pgcommitfest/commitfest/templates/base_form.html
+++ b/pgcommitfest/commitfest/templates/base_form.html
@@ -2,128 +2,91 @@
{%load commitfest%}
{%block contents%}
-