From 28b113fc942904ea7c125dfef94e9c3dee24973d Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 12 Sep 2024 21:12:08 +0300 Subject: Integrate gn editor for files. --- gn2/wqflask/templates/facilities.html | 4 ++-- gn2/wqflask/templates/glossary.html | 2 +- gn2/wqflask/templates/links.html | 4 ++-- gn2/wqflask/templates/news.html | 2 +- gn2/wqflask/templates/policies.html | 4 ++-- gn2/wqflask/templates/references.html | 4 ++-- gn2/wqflask/templates/search-syntax.html | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'gn2') diff --git a/gn2/wqflask/templates/facilities.html b/gn2/wqflask/templates/facilities.html index 56b127f9..ee4c84db 100644 --- a/gn2/wqflask/templates/facilities.html +++ b/gn2/wqflask/templates/facilities.html @@ -10,7 +10,7 @@
- + Edit Text @@ -21,4 +21,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/glossary.html b/gn2/wqflask/templates/glossary.html index aaee7c5a..4922d39e 100644 --- a/gn2/wqflask/templates/glossary.html +++ b/gn2/wqflask/templates/glossary.html @@ -10,7 +10,7 @@
- + Edit Text diff --git a/gn2/wqflask/templates/links.html b/gn2/wqflask/templates/links.html index 6e91adae..c5b040e1 100644 --- a/gn2/wqflask/templates/links.html +++ b/gn2/wqflask/templates/links.html @@ -10,7 +10,7 @@
- + Edit Text @@ -21,4 +21,4 @@ {{ rendered_markdown|safe }}
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/news.html b/gn2/wqflask/templates/news.html index a615564b..df8e02ef 100644 --- a/gn2/wqflask/templates/news.html +++ b/gn2/wqflask/templates/news.html @@ -10,7 +10,7 @@
- + Edit Text diff --git a/gn2/wqflask/templates/policies.html b/gn2/wqflask/templates/policies.html index e36c9e08..d7b0e3f9 100644 --- a/gn2/wqflask/templates/policies.html +++ b/gn2/wqflask/templates/policies.html @@ -10,7 +10,7 @@
- + Edit Text @@ -20,4 +20,4 @@ {{ rendered_markdown|safe }}
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/references.html b/gn2/wqflask/templates/references.html index 04e60361..d858e10f 100644 --- a/gn2/wqflask/templates/references.html +++ b/gn2/wqflask/templates/references.html @@ -6,7 +6,7 @@ {% block content %}
- + Edit Text @@ -16,4 +16,4 @@ {{ rendered_markdown|safe }}
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/search-syntax.html b/gn2/wqflask/templates/search-syntax.html index 52538826..e4ab7907 100644 --- a/gn2/wqflask/templates/search-syntax.html +++ b/gn2/wqflask/templates/search-syntax.html @@ -10,7 +10,7 @@
- + Edit Text @@ -21,4 +21,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3