diff --git a/iogt/settings/production.py b/iogt/settings/production.py index 0d8d36e9c..a4585ae7c 100644 --- a/iogt/settings/production.py +++ b/iogt/settings/production.py @@ -33,7 +33,7 @@ }, } -SITE_VERSION = '2.13.7' +SITE_VERSION = '2.13.8' try: from .local import * diff --git a/iogt_users/templates/wagtailusers/users/index.html b/iogt_users/templates/wagtailusers_backup/users/index.html similarity index 97% rename from iogt_users/templates/wagtailusers/users/index.html rename to iogt_users/templates/wagtailusers_backup/users/index.html index 0d4814982..ad800118a 100644 --- a/iogt_users/templates/wagtailusers/users/index.html +++ b/iogt_users/templates/wagtailusers_backup/users/index.html @@ -1,282 +1,282 @@ -{% extends "wagtailusers/users/index.html" %} -{% load wagtailadmin_tags i18n %} - -{% block content %} - {% trans "Users" as users_str %} - {% url "wagtailusers_users:add" as add_link %} - -
-
-
-
-

- Users -

-
- -
- -
-
- - - - - -{% endblock %} - -{% block extra_js %} - {{ block.super }} - -{% endblock %} +{% extends "wagtailusers/users/index.html" %} +{% load wagtailadmin_tags i18n %} + +{% block content %} + {% trans "Users" as users_str %} + {% url "wagtailusers_users:add" as add_link %} + +
+
+
+
+

+ Users +

+
+ +
+ +
+
+ + + + + +{% endblock %} + +{% block extra_js %} + {{ block.super }} + +{% endblock %}