Added UAB OnDemand header, basic code cleanup, fixed redirect args to fix rerouting back to index
- Changed UAB OnDemand header and removed static folder - Remove extra form fields - Fixed user name population issue. - Fixed redirect loop - (fix) Prevent app from routing back to index - Update readme - (fix) Registration script call - (fix) Jinja Version Update - (fix) incorrect redir argument - (fix) removed hardcoded return value - Combine index and SignUp routes - (fix) get redir args - (fix) localize css elements
Showing
- README.md 7 additions, 5 deletionsREADME.md
- app/__init__.py 20 additions, 17 deletionsapp/__init__.py
- app/static/style/application.css 1 addition, 1 deletionapp/static/style/application.css
- app/static/style/fa-solid-900-7cf25b1d45ac4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf 0 additions, 0 deletions...c4436b575e86dcafdd37efc5faeab3bdad3144a9af3b7eae4b48f.ttf
- app/static/style/fa-solid-900-e20ab4de8913d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff 0 additions, 0 deletions...d1e569c3016c5c5aecfd6589f2bff211c387f2d0422d9123ae2f.woff
- app/templates/auth/SignUp.html 50 additions, 36 deletionsapp/templates/auth/SignUp.html
- app/templates/static/css/style.css 0 additions, 0 deletionsapp/templates/static/css/style.css
- requirements.txt 1 addition, 1 deletionrequirements.txt
source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
File added
app/templates/static/css/style.css
deleted
100644 → 0
... | @@ -6,7 +6,7 @@ Flask-Login==0.4.1 | ... | @@ -6,7 +6,7 @@ Flask-Login==0.4.1 |
Flask-Testing==0.7.1 | Flask-Testing==0.7.1 | ||
Flask-WTF==0.14.2 | Flask-WTF==0.14.2 | ||
itsdangerous==1.1.0 | itsdangerous==1.1.0 | ||
Jinja2==2.10 | Jinja2>=2.10.1 | ||
Mako==1.0.7 | Mako==1.0.7 | ||
MarkupSafe==1.1.1 | MarkupSafe==1.1.1 | ||
pbr==5.1.3 | pbr==5.1.3 | ||
... | ... |
Please register or sign in to comment