Compare commits
No commits in common. "12a2b739e8a0a82689d6148cf2e845b57a42dda7" and "e4003606974729bc3ad6e19f5e8d7cfcd1b8d20e" have entirely different histories.
12a2b739e8
...
e400360697
|
@ -125,7 +125,6 @@ def summarize_launch(launch: Launch) -> Summary:
|
|||
|
||||
return {
|
||||
"name": launch.get("name"),
|
||||
"slug": launch["slug"],
|
||||
"status": launch.get("status"),
|
||||
"net": launch.get("net"),
|
||||
"net_precision": net_precision,
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
<h1>Space launches</h1>
|
||||
|
||||
{% for launch in rockets %}
|
||||
{% set highlight =" bg-primary-subtle" if launch.slug in config.FOLLOW_LAUNCHES else "" %}
|
||||
{% 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 }}
|
||||
|
||||
<br class="d-none d-md-block"/>
|
||||
|
|
Loading…
Reference in a new issue