Add wagtailuserbar tag to base test template

This commit is contained in:
Matt Westcott 2014-10-24 12:20:02 +01:00 committed by Karl Hobley
parent 2837af4fbf
commit 8dfa5942da

View file

@ -1,9 +1,12 @@
{% load wagtailuserbar %}
<!DOCTYPE HTML>
<html>
<head>
<title>{% block html_title %}{{ self.title }}{% endblock %}</title>
</head>
<body>
{% wagtailuserbar %}
<h1>{{ self.title }}</h1>
{% block content %}{% endblock %}
</body>