diff --git a/templates/base.html b/templates/base.html index 881c2b7..16cb706 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,130 +1,130 @@ - - - - - - - - - - - - Dashboard - TurboАpply - - - - - - - - - -
- - - - - -
-
- - - - -

- {{size}} -

- - {% set current_path = request.url.path %} - - {% if size == "Work" %} - - - - - - - - - - - - - - - - {% endif %} - - - -
- - - {% block content %}{% endblock %} - - -
- -
- - - - - - + + + + + + + + + + + + Dashboard - TurboАpply + + + + + + + + + +
+ + + + + +
+
+ + + + +

+ {{size}} +

+ + {% set current_path = request.url.path %} + + {% if size == "Work" %} + + + + + + + + + + + + + + + + {% endif %} + + + +
+ + + {% block content %}{% endblock %} + + +
+ +
+ + + + + + \ No newline at end of file