diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-29 00:47:30 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-29 00:47:30 +0800 |
commit | efe31dcaf500ac93338c1e493672dbedbcecde7a (patch) | |
tree | 1dd6fd2b9864525b48464080dd7eb9600d94331a /templates/400.html | |
parent | 0f3c82eb7219a5bddf2609087df1472717225d5c (diff) | |
download | django-skaschool-efe31dcaf500ac93338c1e493672dbedbcecde7a.tar.bz2 |
* updated activation_email subject and content template
* updated password_reset_email subject and content template
* fixed a typo in 400.html
* small update to profile_update_done btn style
Diffstat (limited to 'templates/400.html')
-rw-r--r-- | templates/400.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/400.html b/templates/400.html index 89ce313..69bba66 100644 --- a/templates/400.html +++ b/templates/400.html @@ -10,7 +10,7 @@ {% block content %} <div class="container"> - <h2>404 Bad Request</h2> + <h2>400 Bad Request</h2> <p class="lead">Oops, 无效的请求……</p> <br> <p>如有问题,请与我们联系:<a href="mailto:skaschool2014@163.com"><code>skaschool2014@163.com</code></a></p> |