From 87298862a2f0dbfd9c86226775744095d05ba450 Mon Sep 17 00:00:00 2001 From: Patman64 Date: Mon, 9 Jun 2014 00:00:22 -0400 Subject: [PATCH] Make the URLs relative so the admin system can run under a different name. --- flask_peewee/templates/admin/base.html | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/flask_peewee/templates/admin/base.html b/flask_peewee/templates/admin/base.html index 84bba4e..ae1ba37 100644 --- a/flask_peewee/templates/admin/base.html +++ b/flask_peewee/templates/admin/base.html @@ -13,18 +13,18 @@ - - - - - + + + + + - - - - - - + + + + + + {% block extra_script %}{% endblock %} @@ -33,9 +33,9 @@