mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-06 20:30:17 -04:00
removed show for who
This commit is contained in:
parent
b95a807c51
commit
3f65d753bf
|
@ -10,9 +10,9 @@
|
|||
</div>
|
||||
<form name="form" method="post">
|
||||
{% csrf_token %}
|
||||
<fieldset class="form-group">
|
||||
<fieldset class="form-group hide">
|
||||
<legend class="border-bottom pb-2 mb-4"> Who would you like to send it to? <button type="button" class="btn btn-info" onclick="selectAll()">Select All</button><button type="button" id="dropdownButton" class="float-right" onclick="toggle()"><i class="fa fa-chevron-down" aria-hidden="true"></i></button></legend>
|
||||
<div id="who" class="hide">
|
||||
<div id="who">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="form-check form-check-inline">
|
||||
|
@ -128,7 +128,7 @@
|
|||
<input name="email" type="email" class="form-control" id="email">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="message">Your own message to the board: <small>(optional)</small></label>
|
||||
<label for="message">Your own message to the board: <small>(optional)</label>
|
||||
<textarea name="message" type="textarea" class="form-control" id="message" rows="4"></textarea>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in New Issue
Block a user