From f24148d43189bd72f7ef7f498f30cdee8700d5e5 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 21 Jan 2020 22:40:51 +0000 Subject: Improve package page styling --- app/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index e0cdf03..df10208 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + @@ -153,6 +153,7 @@ new EasyMDE({ element: this, hideIcons: ["image"], forceSync: true }); }) + {% block scriptextra %}{% endblock %} -- cgit v1.2.3