Commit 8ba54d29 authored by Michal Čihař's avatar Michal Čihař

Wrap long line

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 238c3e62
......@@ -32,7 +32,11 @@ urlpatterns = [
name='email-sent'
),
url(r'^password/', weblate.accounts.views.password, name='password'),
url(r'^reset-api-key/', weblate.accounts.views.reset_api_key, name='reset-api-key'),
url(
r'^reset-api-key/',
weblate.accounts.views.reset_api_key,
name='reset-api-key'
),
url(
r'^reset/', weblate.accounts.views.reset_password,
name='password_reset'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment