diff options
| author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-13 21:38:20 +0800 | 
|---|---|---|
| committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-13 21:38:20 +0800 | 
| commit | 2d115c53442f68fc49ca0e5af73287026770d75a (patch) | |
| tree | ef41554de6629d514cc6bcb70b8bbf78fe6f8f4b /app/templates/signup.html | |
| parent | 5f1d25f965c1e11d8cf52bba72b9ca3f670fa237 (diff) | |
login.html and signup.html: mobile-friendly pages.
Diffstat (limited to 'app/templates/signup.html')
| -rw-r--r-- | app/templates/signup.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/templates/signup.html b/app/templates/signup.html index 273d492..472fdaf 100644 --- a/app/templates/signup.html +++ b/app/templates/signup.html @@ -4,7 +4,7 @@  You're logged in already! <a href="/logout">Logout</a>.
  {% else %}
 -
 +<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes" />
  <p>{{ get_flashed_messages()[0] | safe }}</p>
  <p>Sign up here.</p>
 | 
