mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-29 19:14:49 +00:00
Add wagtailuserbar tag to base test template
This commit is contained in:
parent
2837af4fbf
commit
8dfa5942da
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue