From 387bc056b986985af104ab93f81247ad6f7651af Mon Sep 17 00:00:00 2001 From: mkrieger Date: Thu, 14 Nov 2024 11:03:00 +0100 Subject: [PATCH] upload angepasst --- app/templates/upload.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/app/templates/upload.html b/app/templates/upload.html index 8ed255f..fb267cf 100644 --- a/app/templates/upload.html +++ b/app/templates/upload.html @@ -1,12 +1,6 @@ - - - - - - Datei hochladen - - - +{% extends "base.html" %} + +{% block content %}

Datei hochladen

@@ -25,3 +19,4 @@
+{% endblock %}