From 5ac37de4a1445fbaca0e941781e83878bc68c2c4 Mon Sep 17 00:00:00 2001 From: Sven Seeberg Date: Sat, 27 Jan 2024 11:15:06 +0100 Subject: [PATCH] Fix static image --- .../templates/leeway/leewaysimulation_documentation.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html b/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html index a3c44c3..8732650 100644 --- a/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html +++ b/opendrift_leeway_webgui/leeway/templates/leeway/leewaysimulation_documentation.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static %} {% block content %}

Leeway Simulation Documentation

Background

@@ -154,7 +155,5 @@

Example

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.

Simulation result example + alt="Simulation result example"> {% endblock content %}