load public_site_url helper

This commit is contained in:
Neil Martinsen-Burrell 2023-10-20 13:28:36 -05:00
parent 3cfdacccfc
commit a0911b46f8
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -1,5 +1,5 @@
{% extends "domain_base.html" %} {% extends "domain_base.html" %}
{% load static %} {% load static url_helpers %}
{% block title %}Domain managers | {{ domain.name }} | {% endblock %} {% block title %}Domain managers | {{ domain.name }} | {% endblock %}