Reformat code

This commit is contained in:
PCoder 2019-02-19 23:39:47 +01:00
commit 47b714101b
2 changed files with 5 additions and 3 deletions

View file

@ -17,4 +17,4 @@ urlpatterns = [
path('reset/<str:user>/<str:token>/', ResetRequest.as_view()),
path('reset/', ResetRequest.as_view(), name="reset"),
path('', Index.as_view(), name="index"),
]
]