File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
src/templates/signal_sets Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h5>{{ signalset.data_source }}</h5>
51
51
< td >
52
52
< ul class ="no-padding ">
53
53
{% for pathogen in signalset.pathogens.all %}
54
- < a href ="{% url 'signals ' %}?pathogens={{ pathogen.id }} ">
54
+ < a href ="{% url 'signal_sets ' %}?pathogens={{ pathogen.id }} ">
55
55
< span class ="badge rounded-pill bg-dark ">
56
56
{{ pathogen|title }}
57
57
</ span >
@@ -69,7 +69,7 @@ <h5>{{ signalset.data_source }}</h5>
69
69
< td >
70
70
< ul class ="no-padding ">
71
71
{% for geography in signalset.available_geographies.all %}
72
- < a href ="{% url 'signals ' %}?available_geography={{ geography.id }} ">
72
+ < a href ="{% url 'signal_sets ' %}?available_geography={{ geography.id }} ">
73
73
< span class ="badge rounded-pill bg-dark ">
74
74
{{ geography }}
75
75
</ span >
@@ -124,7 +124,7 @@ <h5>{{ signalset.data_source }}</h5>
124
124
< th scope ="row "> Severity Pyramid Rung(s)</ th >
125
125
< td >
126
126
{% for severity_pyramid_rung in signalset.severity_pyramid_rungs.all %}
127
- < a href ="{% url 'signals ' %}?severity_pyramid_rung={{ severity_pyramid_rung.id }} ">
127
+ < a href ="{% url 'signal_sets ' %}?severity_pyramid_rung={{ severity_pyramid_rung.id }} ">
128
128
< span class ="badge rounded-pill bg-dark ">
129
129
{{ severity_pyramid_rung }}
130
130
</ span >
Original file line number Diff line number Diff line change @@ -45,11 +45,7 @@ <h2 class="accordion-header" id="flush-heading_{{ form.pathogens.auto_id }}">
45
45
< input type ="checkbox " class ="form-check-input " id ="select-all ">
46
46
< label class ="form-check-label " for ="select-all "> Select all</ label >
47
47
</ div >
48
- < div id ="div_id_pathogen " class ="mb-3 ">
49
- < div >
50
- {{ form.pathogens|as_crispy_field }}
51
- </ div >
52
- </ div >
48
+ {{ form.pathogens|as_crispy_field }}
53
49
</ div >
54
50
</ div >
55
51
</ div >
You can’t perform that action at this time.
0 commit comments