From ceefd1eef134c2ebda78591e0ffcbbef8c45c81d Mon Sep 17 00:00:00 2001 From: Nicholas Matlaga Date: Mon, 19 Mar 2018 11:20:08 -0400 Subject: [PATCH] fix webclient/base.html (500 error) --- .../webclient/templates/webclient/base.html | 100 +++++++----------- 1 file changed, 37 insertions(+), 63 deletions(-) diff --git a/evennia/web/webclient/templates/webclient/base.html b/evennia/web/webclient/templates/webclient/base.html index 3852b45273..a5c65fad2c 100644 --- a/evennia/web/webclient/templates/webclient/base.html +++ b/evennia/web/webclient/templates/webclient/base.html @@ -13,16 +13,18 @@ JQuery available. - - + + + + {% block jquery_import %} - + {% endblock %} + + + - + + + + + + + + {% block guilib_import %} + + {% endblock %} + - - + + + + {% block scripts %} + {% endblock %} @@ -74,6 +101,10 @@ JQuery available. web browser supporting javascript.

This error could also be due to not being able to access the online jQuery javascript library.

+ + @@ -81,62 +112,5 @@ JQuery available. {% block client %} {% endblock %} - - - - {% block jquery_import %} - - {% endblock %} - - - - - - - - - - - - - - - - - - {% block guilib_import %} - - {% endblock %} - - - - - {% block scripts %} - {% endblock %}