Skip to content

Commit

Permalink
Remove drop down option + template load for create submitter (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: sophia-massie <96220951+sophia-massie@users.noreply.github.com>
  • Loading branch information
edmondsgarrett and sophia-massie authored Oct 27, 2023
1 parent dc31d93 commit ed8c266
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ <h1>List Registrations</h1>
<td>
{% include "view_registration_modal.html" %}
{% include "edit_registration_modal.html" %}
{% include "create_submitter_modal.html" %}
<select id='actionsDropdown_{{r.reg_id}}' class='status-filter' onchange="openAction('{{r.reg_id}}')">
<option value="">Select Action</option>
<option value="viewRegistration">View Record</option>
<option value="editRegistration">Edit Record</option>
<option value="createSubmitter">Create Submitter</option>
</select>
</td>
</tr>
Expand Down

0 comments on commit ed8c266

Please sign in to comment.