From 5621d42127ad11dd032842b8b99903ff002c73d0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 20:24:02 -0700 Subject: web editing of container urls --- python/fatcat_web/templates/container_edit.html | 92 +++++++++++++++++++++++++ 1 file changed, 92 insertions(+) (limited to 'python/fatcat_web/templates/container_edit.html') diff --git a/python/fatcat_web/templates/container_edit.html b/python/fatcat_web/templates/container_edit.html index 2a3f6f5f..83c00514 100644 --- a/python/fatcat_web/templates/container_edit.html +++ b/python/fatcat_web/templates/container_edit.html @@ -21,6 +21,33 @@ {{ edit_macros.form_field_inline(form.issnl) }} {{ edit_macros.form_field_inline(form.wikidata_qid) }} +
+

Homepage URLs

+ Landing page or mirror locations of container as a whole. +

+
+ {% for cfield in form.urls %} +
+
+ +
+
+
+ {{ cfield() }} + {{ edit_macros.form_field_errors(cfield) }} +
+
+
+ +
+
+ {% endfor %} +
+
+ +

Submit

{{ edit_macros.form_field_basic(form.edit_description) }} @@ -38,12 +65,77 @@ {% endblock %} {% block postscript %} + {% endblock %} -- cgit v1.2.3