diff --git a/backend/app/templates/upload.html b/backend/app/templates/upload.html index 7377cc1..2ae6621 100644 --- a/backend/app/templates/upload.html +++ b/backend/app/templates/upload.html @@ -1,6 +1,5 @@ {% extends "layouts/base.html" %} {% from "components/ui/card.html" import card, card_header, card_title, card_description, card_content, card_footer %} -{% from "components/ui/button.html" import button %} {% from "components/ui/alert.html" import alert, alert_title, alert_description %} {% block title %}Upload DMARC Reports - DMARQ{% endblock %} @@ -14,12 +13,13 @@ {% call card_header() %} {% call card_title() %}Upload DMARC Reports{% endcall %} {% call card_description() %} - Upload your DMARC aggregate report files (XML, ZIP, or GZIP) + Drag and drop one or more DMARC aggregate report files (XML, ZIP, or GZIP). Files are uploaded automatically. {% endcall %} {% endcall %} {% call card_content() %} -
-
+ +
Click to upload or drag and drop

- XML, ZIP, or GZIP files only + XML, ZIP, or GZIP files — multiple files supported

- +
- -
-
-
- - -
- + + +
+ +
+ +
-
- -
- - -