Skip to content

Commit bb3b2b9

Browse files
committed
Fix linting
1 parent 8f6628a commit bb3b2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • opendrift_leeway_webgui/leeway/templates

opendrift_leeway_webgui/leeway/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<p>
2525
<a href="https://github.com/digitalfabrik/opendrift-leeway-webgui">Source Code</a>
2626
{% 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>
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>
2828
{% endif %}
2929
</p>
3030
{% if user.is_authenticated %}

0 commit comments

Comments
 (0)