diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-09-14 01:04:36 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-09-14 01:04:36 -0400 |
| commit | 6b7ee1a11e9f30dadf3817614d5c1839fbb2a020 (patch) | |
| tree | e3e6d5f7cad53305b93de31114655520d83db2c7 /app/dispatch/templates | |
| parent | 0e82caee0b427dcb957ff78a6c2779e7d9e27dde (diff) | |
| download | dispatch-tracker-6b7ee1a11e9f30dadf3817614d5c1839fbb2a020.tar.gz dispatch-tracker-6b7ee1a11e9f30dadf3817614d5c1839fbb2a020.tar.xz | |
Some minor changes to the login template, as well as some hacking for the demo login form. Updated the links to my website
Diffstat (limited to 'app/dispatch/templates')
| -rw-r--r-- | app/dispatch/templates/dispatch/base.html | 2 | ||||
| -rw-r--r-- | app/dispatch/templates/dispatch/login.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index d1dde8c..d1cebdf 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -55,7 +55,7 @@ <div class="container"> <p> - Made by <a class="blue-text text-lighten-3" href="https://www.stridet.com">Stridet LLC</a> + Created by <a class="blue-text text-lighten-3" href="https://mitchriedstra.com/resume">Mitchell Riedstra</a> et al </p> </div> <!-- diff --git a/app/dispatch/templates/dispatch/login.html b/app/dispatch/templates/dispatch/login.html index 0f5e1b1..7f8926d 100644 --- a/app/dispatch/templates/dispatch/login.html +++ b/app/dispatch/templates/dispatch/login.html @@ -47,11 +47,13 @@ </div> </div> <div class="right-align"> - <input class="btn" type="submit" value="login" /> + <input id="login_submit" class="btn" type="submit" value="login" /> </div> <input type="hidden" name="next" value="{{ next }}" /> </form> + <div id="login_register"> If you do not already have an account, register <a href='/accounts/register'>here</a> + </div> </div> </div> </div> |
