From 9da1f3906d01a9b44a1601e2ae2f9bb39f25cd00 Mon Sep 17 00:00:00 2001 From: sxw Date: Sun, 29 Nov 2015 10:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=87=8D=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E9=A1=B5=E9=9D=A2=E7=9A=84url=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=9C=A8=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oj/urls.py | 2 +- template/src/oj/account/login.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/oj/urls.py b/oj/urls.py index 0cdce6d8..7bba7f75 100644 --- a/oj/urls.py +++ b/oj/urls.py @@ -128,7 +128,7 @@ urlpatterns = [ url(r'^account/settings/avatar/$', TemplateView.as_view(template_name="oj/account/avatar.html"), name="avatar_settings_page"), url(r'^account/sso/$', SSOAPIView.as_view(), name="sso_api"), url(r'^api/account/userprofile/$', UserProfileAPIView.as_view(), name="userprofile_api"), - url(r'^resetPassword/$', TemplateView.as_view(template_name="oj/account/reset_password.html"), name="reset_password_page") + url(r'^reset_password/$', TemplateView.as_view(template_name="oj/account/reset_password.html"), name="reset_password_page") ] diff --git a/template/src/oj/account/login.html b/template/src/oj/account/login.html index adc5ca9a..eadb5cc0 100644 --- a/template/src/oj/account/login.html +++ b/template/src/oj/account/login.html @@ -32,6 +32,7 @@
+ 忘记用户名/密码
还没有帐号?点击注册