diff --git a/admin/main.py b/admin/main.py index b97a171..1206141 100644 --- a/admin/main.py +++ b/admin/main.py @@ -249,6 +249,7 @@ def Edit(id): date = datetime.fromtimestamp(float(float(str(obj["date"])[:10]))).strftime( "%d/%m/%Y" ) + alt=obj["alt"] return render_template( "edit.html", name=name, @@ -256,6 +257,7 @@ def Edit(id): tags=":".join(tags), urls=urls, date=date, + alt=alt, page_title=f"Edit - {name}", s3_endpoint=os.getenv("AWS_ENDPOINT"), s3_bucket=os.getenv("AWS_BUCKET"), diff --git a/admin/templates/edit.html b/admin/templates/edit.html index 9755f4a..efafa90 100644 --- a/admin/templates/edit.html +++ b/admin/templates/edit.html @@ -6,7 +6,7 @@ enctype="multipart/form-data">
- +
@@ -35,6 +35,14 @@ +
+ + +
+