diff --git a/games/templates/add.html b/games/templates/add.html index b9241cd..3da44b1 100644 --- a/games/templates/add.html +++ b/games/templates/add.html @@ -1,25 +1,24 @@ {% extends "base.html" %} {% load static %} - -{% block title %}{{ title }}{% endblock title %} - +{% block title %} + {{ title }} +{% endblock title %} {% block content %}
{% endblock content %} - {% block scripts %} {% if script_name %} {% endif %} {% endblock scripts %} - \ No newline at end of file diff --git a/games/templates/add_edition.html b/games/templates/add_edition.html index 1f20ae4..219c595 100644 --- a/games/templates/add_edition.html +++ b/games/templates/add_edition.html @@ -1,29 +1,32 @@ {% extends "base.html" %} {% load static %} - -{% block title %}{{ title }}{% endblock title %} - +{% block title %} + {{ title }} +{% endblock title %} {% block content %} {% endblock content %} - {% block scripts %} {% if script_name %} {% endif %} {% endblock scripts %} - \ No newline at end of file diff --git a/games/templates/add_game.html b/games/templates/add_game.html index 65b9278..7954a5d 100644 --- a/games/templates/add_game.html +++ b/games/templates/add_game.html @@ -1,29 +1,32 @@ {% extends "base.html" %} {% load static %} - -{% block title %}{{ title }}{% endblock title %} - +{% block title %} + {{ title }} +{% endblock title %} {% block content %} {% endblock content %} - {% block scripts %} {% if script_name %} {% endif %} {% endblock scripts %} - \ No newline at end of file diff --git a/games/templates/add_purchase.html b/games/templates/add_purchase.html index 637a888..cab7f60 100644 --- a/games/templates/add_purchase.html +++ b/games/templates/add_purchase.html @@ -1,29 +1,32 @@ {% extends "base.html" %} {% load static %} - -{% block title %}{{ title }}{% endblock title %} - +{% block title %} + {{ title }} +{% endblock title %} {% block content %} {% endblock content %} - {% block scripts %} {% if script_name %} {% endif %} {% endblock scripts %} - \ No newline at end of file diff --git a/games/templates/add_session.html b/games/templates/add_session.html index a052826..26ff0b7 100644 --- a/games/templates/add_session.html +++ b/games/templates/add_session.html @@ -1,35 +1,38 @@ {% extends "base.html" %} - -{% block title %}{{ title }}{% endblock title %} - +{% block title %} + {{ title }} +{% endblock title %} {% block content %} {% load static %} diff --git a/games/templates/base.html b/games/templates/base.html index 25732ee..f9f55a6 100644 --- a/games/templates/base.html +++ b/games/templates/base.html @@ -1,72 +1,101 @@ - + - {% load static %} - - - - - -