diff --git a/mockdata.py b/mockdata.py
index b046dcc..fc77faf 100644
--- a/mockdata.py
+++ b/mockdata.py
@@ -110,6 +110,9 @@
self.info['topics_enabled'] = True
self.info['unsubscribe_policy'] = 9
self.info['welcome_msg'] = 'Welcome message lorem ipsum dolor sit'
+ self.info['advertised'] = True
+ self.info['archive'] = True
+ self.info['archive_private'] = True
cls.__init__ = __init__
return cls
diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html
index 80abae6..7272249 100644
--- a/templates/mailman-django/base.html
+++ b/templates/mailman-django/base.html
@@ -20,8 +20,11 @@
-
This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists, you can create new lists and you can subscribe to lists.
+
This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists and you can create new lists.
+ {% block links %}{% endblock %}
+
+
{% block content %}{% endblock %}
diff --git a/templates/mailman-django/lists/created.html b/templates/mailman-django/lists/created.html
index 049e99b..d48d171 100644
--- a/templates/mailman-django/lists/created.html
+++ b/templates/mailman-django/lists/created.html
@@ -1,6 +1,10 @@
{% extends "mailman-django/base.html" %}
{% load i18n %}
+{% block links%}
+You can also