diff --git a/controllers/admin.py b/controllers/admin.py index 9da33a0..59f0278 100644 --- a/controllers/admin.py +++ b/controllers/admin.py @@ -94,6 +94,12 @@ def admin_edit_rule(name): return render_template('login.html') return render_template('edit_rule.html', name=name) +@admin.route("/edit2/", methods=['GET']) +def admin_edit2_rule(name): + # print(name) + if not verfy_token(): + return render_template('login.html') + return render_template('edit_rule_mobile.html', name=name) @admin.route("/save_edit/", methods=['POST']) def admin_save_edit_rule(name): diff --git a/js/version.txt b/js/version.txt index e36868a..17c0840 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.43beta4 \ No newline at end of file +3.9.43beta5 \ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html index 3dd82f1..f7e8387 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -18,10 +18,24 @@ + + + + + + + +
+ + +
+
+ +
+ +
+
+
+ +
+ +
+ +
+ +
+
+
+ + + +
+ + + + + \ No newline at end of file