removed show for who

This commit is contained in:
Rushil Umaretiya 2020-09-26 20:01:39 -04:00
parent b95a807c51
commit 3f65d753bf

View File

@ -10,9 +10,9 @@
</div> </div>
<form name="form" method="post"> <form name="form" method="post">
{% csrf_token %} {% 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?&nbsp;&nbsp;&nbsp;<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> <legend class="border-bottom pb-2 mb-4"> Who would you like to send it to?&nbsp;&nbsp;&nbsp;<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="row">
<div class="col"> <div class="col">
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
@ -128,7 +128,7 @@
<input name="email" type="email" class="form-control" id="email"> <input name="email" type="email" class="form-control" id="email">
</div> </div>
<div class="form-group"> <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> <textarea name="message" type="textarea" class="form-control" id="message" rows="4"></textarea>
</div> </div>
</fieldset> </fieldset>