-
-
-
Commit your Changes
-
-
-
-
-
-
-
-
-
-
{% block js %}
-
+
{% endblock %}
diff --git a/gn2/wqflask/templates/gn_editor_results_page.html b/gn2/wqflask/templates/gn_editor_results_page.html
index d502e882..666bd432 100644
--- a/gn2/wqflask/templates/gn_editor_results_page.html
+++ b/gn2/wqflask/templates/gn_editor_results_page.html
@@ -1,39 +1,46 @@
-
-
-
-
Results status - {{status}}
-
-
-
- {% if error %}
-
Error-type: {{error}}
-
Error-message:
- {{msg}}
- {% else %}
-
-
New Commit Sha:
- {{commit_sha}}
-
-
-
Commit Message:
- {{message}}
-
-
-
-
+
+
+
+
+ Results status - {{ status }}
+
+
+
+
+ {% if error %}
+
+ Error-type: {{ error }}
+
+
+ Error-message:
+ {{ msg }}
+
+ {% else %}
+
+
+ New Commit Sha:
+ {{ commit_sha }}
+
+
+
+
+
+ Commit Message:
+ {{ message }}
+
+
+
{% endif %}
-
+
-
{% block js %}
-
-
+
{% endblock %}
diff --git a/gn2/wqflask/templates/gn_editor_settings.html b/gn2/wqflask/templates/gn_editor_settings.html
index a87e3dc8..1e2cae10 100644
--- a/gn2/wqflask/templates/gn_editor_settings.html
+++ b/gn2/wqflask/templates/gn_editor_settings.html
@@ -1,100 +1,173 @@