Compare commits

..

No commits in common. "12a2b739e8a0a82689d6148cf2e845b57a42dda7" and "e4003606974729bc3ad6e19f5e8d7cfcd1b8d20e" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -125,7 +125,6 @@ def summarize_launch(launch: Launch) -> Summary:
return { return {
"name": launch.get("name"), "name": launch.get("name"),
"slug": launch["slug"],
"status": launch.get("status"), "status": launch.get("status"),
"net": launch.get("net"), "net": launch.get("net"),
"net_precision": net_precision, "net_precision": net_precision,

View file

@ -7,9 +7,8 @@
<h1>Space launches</h1> <h1>Space launches</h1>
{% for launch in rockets %} {% for launch in rockets %}
{% set highlight =" bg-primary-subtle" if launch.slug in config.FOLLOW_LAUNCHES else "" %}
{% set country = get_country(launch.country_code) %} {% set country = get_country(launch.country_code) %}
<div class="row{{highlight}}"> <div class="row">
<div class="col-md-1 text-nowrap text-md-end">{{ launch.t0_date }} <div class="col-md-1 text-nowrap text-md-end">{{ launch.t0_date }}
<br class="d-none d-md-block"/> <br class="d-none d-md-block"/>