File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ <h5 class="modal-title">Available Geography</h5>
124
124
< input type ="checkbox " class ="form-check-input " name ="available_geography " id ="id_available_geography_{{ choice.0 }} " value ="{{ choice.0 }} "
125
125
{% if choice.0 in url_params_dict.available_geography %}
126
126
checked
127
-
127
+
128
128
{% endif %} >
129
129
< label for ="id_available_geography_{{ choice.0 }} " class ="form-check-label "> {{ choice.1 }}</ label >
130
130
</ div >
@@ -350,10 +350,13 @@ <h5 class="modal-title">Time Label</h5>
350
350
</ div >
351
351
</ div >
352
352
< div class ="col-9 ">
353
- < div class ="row margin-bottom-1rem ">
354
- < div class ="col-8 text-left-center ">
353
+ < div class ="row margin-bottom-1rem d-flex justify-content-between ">
354
+ < div class ="col-4 ">
355
+ < div >
356
+ < a href ="https://delphi.cmu.edu/covidcast/export/ " class ="btn btn-primary " role ="button "> Export Signals</ a >
357
+ </ div >
355
358
</ div >
356
- < div class ="col-4 no-padding ">
359
+ < div class ="col-4 ">
357
360
< div class ="input-group mb-3 ">
358
361
< label class ="input-group-text form-label " for ="id_order_by " id ="order_by_label "> Sort By</ label >
359
362
{{ form.order_by|as_crispy_field }}
You can’t perform that action at this time.
0 commit comments