Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Aug 22, 2024
1 parent 33019ea commit 22d87b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onlineweb4/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class HomePageView(TemplateView):
def redirect_to_new_wiki(request, path):
return redirect(f"https://wiki.online.ntnu.no/{path}", permanent=True)


urlpatterns = [
# Admin urls
re_path(r"^admin/doc/", include("django.contrib.admindocs.urls")),
Expand Down

0 comments on commit 22d87b6

Please sign in to comment.