diff --git a/src/data/templates/pick.html b/src/data/templates/pick.html new file mode 100644 index 000000000..db3833316 --- /dev/null +++ b/src/data/templates/pick.html @@ -0,0 +1,51 @@ +{% extends "view_page_detail.html" %} +{% load my_tags %} + +{% block content %} + + + +
+ +{% include "detail_breadcrumb.html" %} + +
+ {% comment %} 4 cols {% endcomment %} + + {% if pickform.errors %} +
+

The following fields have errors. Please correct and try again.

+
{{pickform.errors}}
+
+ {% endif %} +{% csrf_token %} + + +{% if user.is_authenticated %} + +{% else %} + +{% endif %} + + +
Pick:{{pickform.picklist}}
+ +{% if user.is_superuser %} + {% make_button "Cancel" "/%s/%s" object_type object_handle args %} + + + + +{% else %} +{% endif %} + +{% endblock %} +