Remove .to extension from header and footer templates
This commit is contained in:
parent
f625366e9a
commit
b28062b7ce
@ -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 {
|
||||
|
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'footer.html.to' %}
|
||||
{% include 'footer.html' %}
|
||||
|
||||
{% block modal %}{% endblock %}
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user