Skip to content

Commit

Permalink
Fix static image
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Jan 27, 2024
1 parent e88922c commit 5ac37de
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
<h2>Leeway Simulation Documentation</h2>
<h3>Background</h3>
Expand Down Expand Up @@ -154,7 +155,5 @@ <h3>Example</h3>
When you reach that position, you need to define a course to the next largest cluster that at the same time covers as many drift positions as possible. You choose position 39° 29' N 18° 39' E as you next and final waypoint. To reach that last waypoint, you set course to 070.
</p>
<img src="{% static 'leeway/static/image/84eed031-ed5b-4802-a0e9-580b5fd9b93f.png' %}"
alt="Simulation result example"
width="1100"
height="803">
alt="Simulation result example">
{% endblock content %}

0 comments on commit 5ac37de

Please sign in to comment.