diff --git a/core/templates/base.html b/core/templates/base.html index 304e71c..b81bcc7 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -1,10 +1,21 @@ {% load static %} - + {% block title %}FoxFitt{% endblock %} + + + + @@ -13,112 +24,221 @@ - + - + + {% block extra_css %}{% endblock %} - -
- +{% if user.is_authenticated %} + +
+ + + + + +
+ + +
+ + FoxFitt + +
+ +
+ {% csrf_token %} + +
+
+
+ + {% if messages %} +
{% for message in messages %} - - - -
- {% block content %} - {% endblock %} -
- - -
-
-

© {% now "Y" %} FoxFitt Construction. All rights reserved.

-
+ {% endif %} - - + +
+{% endif %} + + {% block content %} + {% endblock %} + +{% if user.is_authenticated %} +
+ + +
+
+
+

+ FoxFitt + Construction +

+

© {% now "Y" %} All rights reserved.

+
+
+
+ + + +
+
+{% endif %} + + + + + + + +{% block extra_js %}{% endblock %} - \ No newline at end of file + diff --git a/core/templates/core/attendance_log.html b/core/templates/core/attendance_log.html index c1f740e..dbf4101 100644 --- a/core/templates/core/attendance_log.html +++ b/core/templates/core/attendance_log.html @@ -1,27 +1,29 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Log Work | Fox Fitt{% endblock %} +{% block title %}Log Work | FoxFitt{% endblock %} {% block content %}
+
-

Log Daily Attendance

- +
+

Log Daily Attendance

+
+
Back
- +
-
+
{# --- Conflict Warning --- #} - {# If we found workers already logged on selected dates, show this warning #} {% if conflicts %} -