Show space launch images
This commit is contained in:
parent
77f0b17b37
commit
19ef9c24ba
2 changed files with 6 additions and 0 deletions
|
|
@ -72,6 +72,11 @@
|
|||
</div>
|
||||
<div class="col">
|
||||
<div>
|
||||
{% if launch.image %}
|
||||
<div>
|
||||
<img src="{{ launch.image }}" class="img-fluid img-thumbnail" style="max-width: 350px; height: auto;" />
|
||||
</div>
|
||||
{% endif %}
|
||||
<abbr title="{{ country.name }}">{{ country.flag }}</abbr>
|
||||
{{ launch.rocket.full_name }}
|
||||
–
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue