summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/admin/copy_price.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-05 16:55:49 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:59:31 +0200
commitc02ea8056cde5f2c86af4787cadd64498c5ebf0b (patch)
tree79245aa6e7000c98c270b3d7110b7a3794638ea8 /archaeological_files/templates/admin/copy_price.html
parentb564db3bb2dbbb71c0d1c1eb7f40ef44fa50e811 (diff)
downloadIshtar-c02ea8056cde5f2c86af4787cadd64498c5ebf0b.tar.bz2
Ishtar-c02ea8056cde5f2c86af4787cadd64498c5ebf0b.zip
Preventive file - admin: copy job and costs from price agreement
Diffstat (limited to 'archaeological_files/templates/admin/copy_price.html')
-rw-r--r--archaeological_files/templates/admin/copy_price.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/archaeological_files/templates/admin/copy_price.html b/archaeological_files/templates/admin/copy_price.html
new file mode 100644
index 000000000..f66f9f7a1
--- /dev/null
+++ b/archaeological_files/templates/admin/copy_price.html
@@ -0,0 +1,14 @@
+{% extends "admin/base_site.html" %}
+
+{% block content %}
+
+<form action="." method="post">
+{% csrf_token %}
+<table>
+{{ file_form }}
+</table>
+<input type="hidden" name="action" value="{{current_action}}" />
+<input type="submit" name="apply" value="Copy" />
+</form>
+
+{% endblock %}