File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -239,12 +239,16 @@ <h2 class="accordion-header" id="available_geography-heading">
239
239
</ thead >
240
240
< tbody >
241
241
{% for signal in signals %}
242
- < tr classs =" clickable-table-row " >
242
+ < tr >
243
243
< td >
244
244
< input type ="checkbox " name ="id " value ="{{ signal.id }} ">
245
245
{{ form.id|as_crispy_field }}
246
246
</ td >
247
- < td onClick ="location.href='{% url 'signal' pk=signal.id %}'; " class ="clickable-table-cell "> {{ signal.display_name }}</ td >
247
+ {% if signal.base %}
248
+ < td > < a href ="{% url 'signal' pk=signal.base.id %} "> {{ signal.base.display_name }}</ a > </ td >
249
+ {% else %}
250
+ --/--
251
+ {% endif %}
248
252
{% if signal.active == True %}
249
253
< td > < i class ="bi bi-circle-fill " style ="color:green; " > </ i > </ td >
250
254
{% else %}
You can’t perform that action at this time.
0 commit comments