Skip to content

Commit ed8c266

Browse files
Remove drop down option + template load for create submitter (#234)
Co-authored-by: sophia-massie <[email protected]>
1 parent dc31d93 commit ed8c266

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apcd-cms/src/apps/admin_regis_table/templates/list_registrations.html

-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@ <h1>List Registrations</h1>
5151
<td>
5252
{% include "view_registration_modal.html" %}
5353
{% include "edit_registration_modal.html" %}
54-
{% include "create_submitter_modal.html" %}
5554
<select id='actionsDropdown_{{r.reg_id}}' class='status-filter' onchange="openAction('{{r.reg_id}}')">
5655
<option value="">Select Action</option>
5756
<option value="viewRegistration">View Record</option>
5857
<option value="editRegistration">Edit Record</option>
59-
<option value="createSubmitter">Create Submitter</option>
6058
</select>
6159
</td>
6260
</tr>

0 commit comments

Comments
 (0)