From 66ee706a6c99ce46e53e0c7069c90f09ae407d5c Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 25 Dec 2018 23:02:49 +0000 Subject: Fix profile picture bugs --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html index 1d232f2..222dd15 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + {% block headextra %}{% endblock %} -- cgit v1.2.3