mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-18 22:26:34 +00:00
Update layout.html
This commit is contained in:
parent
5943e6d79a
commit
22c13f639c
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% load i18n %}{% load humanize %}{% load utilities %}{% load markdown %}{% load layout %}
|
||||
{% load i18n %}
|
||||
{% load humanize %}
|
||||
{% load utilities %}
|
||||
{% load markdown %}
|
||||
{% load layout %}
|
||||
|
||||
{% block title %}{{ user.display_name }}{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue