diff --git a/atst/app.py b/atst/app.py index 286cf1b9..cd54f15d 100644 --- a/atst/app.py +++ b/atst/app.py @@ -57,10 +57,6 @@ def make_flask_callbacks(app): "atat_permissions": [], } - # TODO: Make me a macro - def modal(self, body): - return self.render_string("components/modal.html.to", body=body) - def map_config(config): return { diff --git a/templates/base.html b/templates/base.html index 8a421227..2414f6f1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,7 +31,7 @@ - {% include 'footer.html.to' %} + {% include 'footer.html' %} {% block modal %}{% endblock %} diff --git a/templates/footer.html.to b/templates/footer.html similarity index 100% rename from templates/footer.html.to rename to templates/footer.html diff --git a/templates/header.html.to b/templates/header.html similarity index 100% rename from templates/header.html.to rename to templates/header.html