Forgot an import … whoops

This commit is contained in:
Slatian 2023-02-25 17:00:42 +00:00
parent 4f88ddc76a
commit 65306fe05a

View File

@ -1,5 +1,6 @@
{% extends "base.txt" %} {% extends "base.txt" %}
{% import "helpers.html" as helper %} {% import "helpers.html" as helper %}
{% import "links.html" as links %}
{% block path %}ip/{{ data.result.address }}{% endblock %} {% block path %}ip/{{ data.result.address }}{% endblock %}