1
0
Fork 0

Hide map in satellite view if status of satellite is re-entered

Fixes #226.
environments/stage/deployments/36
Fabian P. Schmidt 2018-09-23 11:32:22 +02:00
parent 9cc9c352f5
commit d915dac971
1 changed files with 2 additions and 0 deletions

View File

@ -46,11 +46,13 @@
</div>
</div>
<div class="col-sm-9">
{% if satellite.status != 're-entered' %}
<div id="map"
data-name="{{ satellite.name }}"
data-tle1="{{ satellite.tle1 }}"
data-tle2="{{ satellite.tle2 }}"
data-mapboxtoken="{{ mapbox_token }}"></div>
{% endif %}
</div>
</div>
</div>