diff --git a/gedgo/templates/default/base.html b/gedgo/templates/default/base.html index f9874a5..4ac5275 100644 --- a/gedgo/templates/default/base.html +++ b/gedgo/templates/default/base.html @@ -4,7 +4,7 @@ {{ site_title }}{% if person %} : {{ person.full_name }}{% endif %} - + {% block headappend %}{% endblock %}