diff --git a/dlibrary/templates/base.html b/dlibrary/templates/base.html index 74d4a7c..691d1df 100644 --- a/dlibrary/templates/base.html +++ b/dlibrary/templates/base.html @@ -6,7 +6,7 @@ {% block title %}{% if title %}{{ title }} - {% else %}{% endif %}DLibrary{% endblock %} - + {% block head %}{% endblock %}