Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Dec 3, 2023
1 parent 441368c commit 56ec880
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions opendrift_leeway_webgui/leeway/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
#: The url patterns of this module (see :doc:`django:topics/http/urls`)
urlpatterns = [
path("", IndexRedirectView.as_view(), name="index"),
path("documentation/", TemplateView.as_view(
template_name="leeway/leewaysimulation_documentation.html"
), name="simulation_documentation"),
path(
"documentation/",
TemplateView.as_view(
template_name="leeway/leewaysimulation_documentation.html"
),
name="simulation_documentation",
),
path(
"simulations/",
include(
Expand Down

0 comments on commit 56ec880

Please sign in to comment.