You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% url "projects_domains_delete" project_slug=project.slug domain_pk=object.pk as delete_url %}
43
+
{% trans "Remove domain" as action_text %}
44
+
{% blocktrans trimmed asvar content_text with domain=object.domain %}
45
+
Remove domain {{ domain }}?
46
+
{% endblocktrans %}
47
+
{% blocktrans trimmed asvar warning_text %}
48
+
Make sure to also remove the DNS record for this domain,
49
+
or another project might be able to reuse this domain (also known as domain hijacking).
50
+
{% endblocktrans %}
51
+
{% include "includes/crud/remove_button.html" with id=object.pk form_url=delete_url action_text=action_text content_text=content_text warning_text=warning_text %}
0 commit comments