Skip to content

Commit

Permalink
fix hide styling for email
Browse files Browse the repository at this point in the history
  • Loading branch information
evinjaff committed Jul 14, 2024
1 parent e7fa391 commit 9a64cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/pokepoll/templates/pokepoll/master_submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ <h3>Nature:</h3>

</div>

<div id="new-submitter-email" class="form-group" id="submitter-name-input" hidden>
<h5>Existing user not found, enter your name below and we will create a record and send you a secret password to edit your mons </h5>
<div id="new-submitter-email" class="form-group" id="submitter-name-input" style="display: none;">
<h5>Existing user not found, enter a username below to let people know who submitted </h5>

<input type="text"
name="{{ submitter_form.name.name }}"
Expand Down

0 comments on commit 9a64cd4

Please sign in to comment.