diff --git a/src/templates/400.html b/src/templates/400.html index 2c47000..80adf49 100644 --- a/src/templates/400.html +++ b/src/templates/400.html @@ -2,7 +2,7 @@ {% block title %}FOTB - 400 :({% endblock %} {% block main %} -{{ super() }} + {{ super() }}

400

Bad request!

diff --git a/src/templates/404.html b/src/templates/404.html index d0febd8..431174e 100644 --- a/src/templates/404.html +++ b/src/templates/404.html @@ -2,13 +2,15 @@ {% block title %}FOTB - 404 :({% endblock %} {% block main %} -{{ super() }} + {{ super() }}

Oopsy poopsy...

Page not found! 404

{% endblock %} \ No newline at end of file diff --git a/src/templates/405.html b/src/templates/405.html index 54c3ffd..cb8d169 100644 --- a/src/templates/405.html +++ b/src/templates/405.html @@ -2,7 +2,7 @@ {% block title %}FOTB - 405 :({% endblock %} {% block main %} -{{ super() }} + {{ super() }}

405

Method not allowed!

diff --git a/src/templates/500.html b/src/templates/500.html index 03db094..d47071c 100644 --- a/src/templates/500.html +++ b/src/templates/500.html @@ -2,13 +2,15 @@ {% block title %}FOTB - 500 :({% endblock %} {% block main %} -{{ super() }} + {{ super() }}

Oopsy poopsy...

Something bad has happened...

{% endblock %} \ No newline at end of file diff --git a/src/templates/result.html b/src/templates/result.html index 1b9f8bb..ccc5564 100644 --- a/src/templates/result.html +++ b/src/templates/result.html @@ -11,7 +11,9 @@
-

Detailed View ({{ name.created }})

+

Detailed View + ({{ name.created }}) +

diff --git a/src/templates/root.html b/src/templates/root.html index 91298ed..54da7d1 100644 --- a/src/templates/root.html +++ b/src/templates/root.html @@ -2,69 +2,70 @@ {% block title %}FOTB{% endblock %} {% block metas %} - - - - - + + + + + {% endblock %} {% block styles %} -{{super()}} - - - + {{ super() }} + + + {% endblock %} {% block content %} -