]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs: Drop superfluous headline on edit page
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 14:31:38 +0000 (14:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Dec 2023 14:31:38 +0000 (14:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/docs/edit.html

index 8dbca1acd32fc696336d17880a094be85aee669b..4e68b0623da443e385ece644f965e9ebbd6db98c 100644 (file)
@@ -7,10 +7,6 @@
 
        <div class="container">
                <section class="section">
-                       <h4 class="title is-4">
-                               {% if page %}{{ _("Edit %s") % page.title }}{% else %}{{ _("Create A New Page") }}{% end %}
-                       </h4>
-
                        <form action="" method="POST" class="editor" data-render_url="{{ os.path.join(path, "_render") }}">
                                {% raw xsrf_form_html() %}