diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-08-01 10:55:23 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-08-01 10:55:23 -0400 |
| commit | 8df0bda39f6c7e56e6f8f4e59b42c8b82aeb750b (patch) | |
| tree | b63a1c5b2d5bb5ca6a1902de45889e8d7e403736 /app/dispatch/templates | |
| parent | 3c04b55a9734f45b93eafbae19f29544adb20f9b (diff) | |
| download | dispatch-tracker-8df0bda39f6c7e56e6f8f4e59b42c8b82aeb750b.tar.gz dispatch-tracker-8df0bda39f6c7e56e6f8f4e59b42c8b82aeb750b.tar.xz | |
Schema and template updates
Diffstat (limited to 'app/dispatch/templates')
| -rw-r--r-- | app/dispatch/templates/dispatch/base.html | 20 | ||||
| -rw-r--r-- | app/dispatch/templates/dispatch/index.html | 2 | ||||
| -rw-r--r-- | app/dispatch/templates/dispatch/login.html | 3 |
3 files changed, 3 insertions, 22 deletions
diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html index 71483d6..8654d2e 100644 --- a/app/dispatch/templates/dispatch/base.html +++ b/app/dispatch/templates/dispatch/base.html @@ -17,7 +17,7 @@ <body> <nav class="light-blue lighten-1" role="navigation"> - <div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">Logo</a> + <div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">Dispatch Tracker</a> <ul class="right hide-on-med-and-down"> <li><a href="#">Navbar Link</a></li> </ul> @@ -46,24 +46,6 @@ </div> - <div class="col l3 s12"> - <h5 class="white-text">Settings</h5> - <ul> - <li><a class="white-text" href="#!">Link 1</a></li> - <li><a class="white-text" href="#!">Link 2</a></li> - <li><a class="white-text" href="#!">Link 3</a></li> - <li><a class="white-text" href="#!">Link 4</a></li> - </ul> - </div> - <div class="col l3 s12"> - <h5 class="white-text">Connect</h5> - <ul> - <li><a class="white-text" href="#!">Link 1</a></li> - <li><a class="white-text" href="#!">Link 2</a></li> - <li><a class="white-text" href="#!">Link 3</a></li> - <li><a class="white-text" href="#!">Link 4</a></li> - </ul> - </div> </div> </div> <div class="footer-copyright"> diff --git a/app/dispatch/templates/dispatch/index.html b/app/dispatch/templates/dispatch/index.html index 35b17ad..fd87570 100644 --- a/app/dispatch/templates/dispatch/index.html +++ b/app/dispatch/templates/dispatch/index.html @@ -4,6 +4,6 @@ {% block content %} <br /> -<h1>FUCKING CONTENT </h1> +<h1>Index Page</h1> {% endblock %} diff --git a/app/dispatch/templates/dispatch/login.html b/app/dispatch/templates/dispatch/login.html index e8e8ede..b43f363 100644 --- a/app/dispatch/templates/dispatch/login.html +++ b/app/dispatch/templates/dispatch/login.html @@ -27,9 +27,8 @@ <h3 class="panel-title">Please Sign In</h3> </div> <div class="panel-body"> - <form method="post" action="{% url 'django.contrib.auth.LoginView' %}"> + <form method="post" action=""> {% csrf_token %} - <p class="bs-component"> <table> <tr> |
