From 102be654418e1a4acc6ebbd7bdaf22df2a27ac54 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Apr 2019 18:34:38 -0700 Subject: file editing templates --- python/fatcat_web/templates/file_create.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 python/fatcat_web/templates/file_create.html (limited to 'python/fatcat_web/templates/file_create.html') diff --git a/python/fatcat_web/templates/file_create.html b/python/fatcat_web/templates/file_create.html new file mode 100644 index 00000000..a7c99b96 --- /dev/null +++ b/python/fatcat_web/templates/file_create.html @@ -0,0 +1,20 @@ +{% extends "file_edit.html" %} + +{% block edit_form_prefix %} +
+

Create New File Entity

+ +
+{% endblock %} + +{% block edit_form_suffix %} +

+ +

+ New entity will be part of the current editgroup, which needs to be + submited and approved before the entity will formally be included in the + catalog. +

+
+{% endblock %} + -- cgit v1.2.3