diff options
Diffstat (limited to 'archaeological_files/templates/admin/copy_price.html')
-rw-r--r-- | archaeological_files/templates/admin/copy_price.html | 14 |
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 %} |