diff --git a/templates/launches.html b/templates/launches.html index 2adcfc3..9e725df 100644 --- a/templates/launches.html +++ b/templates/launches.html @@ -68,6 +68,7 @@
launch status: {{ launch.status.abbrev }} + {% if launch.probability %}{{ launch.probability }}%{% endif %}
@@ -114,6 +115,12 @@ {% else %}

No description.

{% endif %} + {% if launch.weather_concerns %} +

Weather concerns

+ {% for line in launch.weather_concerns.splitlines() %} +

{{ line }}

+ {% endfor %} + {% endif %}