diff --git a/member/templates/master.html b/member/templates/master.html index c4352dc..6c432fd 100644 --- a/member/templates/master.html +++ b/member/templates/master.html @@ -6,9 +6,9 @@ - -{% block content %} -{% endblock %} - + {% include "partials/sidebar.html" %} +
+ {% block content %}{% endblock %} +
diff --git a/member/templates/memberlist.html b/member/templates/memberlist.html index c92c84c..85367be 100644 --- a/member/templates/memberlist.html +++ b/member/templates/memberlist.html @@ -5,13 +5,15 @@ {% endblock %} {% block content %} -

Members

- +
+

Members

+ +
{% endblock %} diff --git a/member/templates/partials/sidebar.html b/member/templates/partials/sidebar.html new file mode 100644 index 0000000..15db11d --- /dev/null +++ b/member/templates/partials/sidebar.html @@ -0,0 +1,7 @@ + \ No newline at end of file