We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6628a commit bb3b2b9Copy full SHA for bb3b2b9
1 file changed
opendrift_leeway_webgui/leeway/templates/base.html
@@ -24,7 +24,7 @@
24
<p>
25
<a href="https://github.com/digitalfabrik/opendrift-leeway-webgui">Source Code</a>
26
{% if user.is_authenticated %}
27
- | <a href="{% url "simulation_documentation" %}">Documentation</a> | <a href="{% url "simulation_list" %}">List of simulations</a> | <a href="{% url "simulation_form" %}">New Simulation</a>
+ | <a href="{% url "simulation_documentation" %}">Documentation</a> | <a href="{% url "simulation_list" %}">List of simulations</a> | <a href="{% url "simulation_form" %}">New Simulation</a>
28
{% endif %}
29
</p>
30
0 commit comments