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
This source diff could not be displayed because it is too large. You can view the blob instead.
File added
File added
... | ... | @@ -6,7 +6,7 @@ Flask-Login==0.4.1 |
Flask-Testing==0.7.1 | ||
Flask-WTF==0.14.2 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10 | ||
Jinja2>=2.10.1 | ||
Mako==1.0.7 | ||
MarkupSafe==1.1.1 | ||
pbr==5.1.3 | ||
... | ... |
Please register or sign in to comment