@@ -47,15 +47,6 @@ <h1 class="page-section-heading text-center narrowbox">Customization Options</h1
4747{% endblock %}
4848
4949{% block additionalOptions %}
50- < button class ="collapsible "> ▶ Text Options</ button >
51-
52- < div class ="optionscontent " id ="globalOptions ">
53- < div class ="container mt-3 mb-3 ">
54- < label for ="customText " class ="d-block "> Custom text to display with visualization title:</ label >
55- < textarea id ="customText " name ="customText " maxlength ="256 " placeholder ="The results of a ranked choice voting election "> </ textarea >
56- </ div >
57- </ div >
58-
5950 < button class ="collapsible "> ▶ Data Options</ button >
6051
6152 < div class ="optionscontent " id ="data-options ">
@@ -96,6 +87,7 @@ <h1 class="page-section-heading text-center narrowbox">Customization Options</h1
9687
9788 </ p >
9889 </ div >
90+ <!--
9991 <button class="collapsible">▶ Candidate Details</button>
10092 <div class="optionscontent" id="candidate-options">
10193 <div class="container">
@@ -160,20 +152,25 @@ <h3>Modify data from uploaded file</h3>
160152 </div>
161153 </div>
162154 </div>
155+ -->
163156
164- < button class ="collapsible "> ▶ Global visualization options</ button >
165-
166- < div class ="optionscontent " id ="globalOptions ">
167- < p class ="mt-3 ">
168- < input type ="hidden " name ="hideDecimals "/> <!-- To be sent in GET/POST if unchecked -->
169- < label >
170- < input type ="checkbox " name ="hideDecimals "/> Hide decimal places
171- </ label >
172- < br />
173- < small > By default, we'll show up to two decimal places.</ small > </ label >
174- < br /> < br />
175- </ p >
176- </ div >
157+ < button class ="collapsible "> ▶ Global visualization options</ button >
158+ < div class ="optionscontent " id ="globalOptions ">
159+ < div class ="container mt-3 mb-3 ">
160+ < label for ="customText " class ="d-block "> Custom text to display with visualization title:</ label >
161+ < textarea id ="customText " name ="customText " maxlength ="256 " placeholder ="The results of a ranked choice voting election "> </ textarea >
162+ </ div >
163+
164+ < p class ="mt-3 ">
165+ < input type ="hidden " name ="hideDecimals "/> <!-- To be sent in GET/POST if unchecked -->
166+ < label >
167+ < input type ="checkbox " name ="hideDecimals "/> Hide decimal places
168+ </ label >
169+ < br />
170+ < small > By default, we'll show up to two decimal places.</ small > </ label >
171+ < br /> < br />
172+ </ p >
173+ </ div >
177174
178175{% endblock %}
179176
0 commit comments