From b61c62a806f22ba188004d15ca75252187e4a1b3 Mon Sep 17 00:00:00 2001 From: mtrx Date: Tue, 24 Dec 2024 23:00:46 +0100 Subject: [PATCH] fix edit page --- site/content/templates/edit.html | 37 ++++++++++++++------------------ 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/site/content/templates/edit.html b/site/content/templates/edit.html index e6a1643..ba11447 100644 --- a/site/content/templates/edit.html +++ b/site/content/templates/edit.html @@ -1,22 +1,17 @@ - - - - - - - +{% extends "base.html" %} - Edit posts... - - - - -

{{ username }}' blog

-

Edit posts

- - - +{% block head %} +{{ super() }} + +Edit posts... +{% endblock head %} + +{% block content %} +

{{ username }} blog

+

Edit posts

+ +{% endblock content %} \ No newline at end of file