From 304f3f35bfea61bdf9e6be2286b8f6e83b71edb6 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 16 Sep 2024 15:19:07 +0300 Subject: Refactor: run dlint on html files. --- gn2/wqflask/templates/generic_gn_docs.html | 30 ++++++++++------------------- gn2/wqflask/templates/gn_editor_commit.html | 10 ++++++---- 2 files changed, 16 insertions(+), 24 deletions(-) (limited to 'gn2') diff --git a/gn2/wqflask/templates/generic_gn_docs.html b/gn2/wqflask/templates/generic_gn_docs.html index 2f591f38..57723f0b 100644 --- a/gn2/wqflask/templates/generic_gn_docs.html +++ b/gn2/wqflask/templates/generic_gn_docs.html @@ -1,24 +1,14 @@ {% extends "base.html" %} - -{% block title %} {{ file_title|capitalize }} {% endblock %} - -{% block css %} - -{% endblock %} - +{% block title %}{{ file_title|capitalize }}{% endblock %} +{% block css %}{% endblock %} {% block content %} - -
-
- - Edit Text - - + -
-
- {{ rendered_markdown|safe }} - -
- +
{{ rendered_markdown|safe }}
{% endblock %} diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html index 84ebd818..2eb3e60c 100644 --- a/gn2/wqflask/templates/gn_editor_commit.html +++ b/gn2/wqflask/templates/gn_editor_commit.html @@ -23,15 +23,17 @@

- - + +

{% block js %} - + {% endblock %} -- cgit v1.2.3