Revision 452d551a

b/templates/apply.html
85 85
<script>
86 86
	$(document).ready( function(){
87 87
		$('#id_then').removeAttr("multiple");
88
		{% if user.is_superuser %}
89
			$("#id_applier").select2();
90
		{% endif %}
88 91
		$("#id_protocol").select2();
89 92
		$("#id_fragmenttype").select2();
90 93
		$("#id_then").select2();

Also available in: Unified diff