mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-03-13 23:12:48 +00:00
urls.py: fix style
This commit is contained in:
parent
e144ce19fa
commit
b7ba6f1a36
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ urlpatterns = [
|
|||
r"^summary_revoke_key/?$", views.summary_revoke_key, name="summary-revoke-key"
|
||||
),
|
||||
path("guided-tour/<tour>", views.toggle_guided_tour),
|
||||
re_path(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
|
||||
re_path(r"^o/", include("oauth2_provider.urls", namespace="oauth2_provider")),
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
||||
# Serves /static when DEBUG is true.
|
||||
|
|
Loading…
Reference in a new issue