From 8ca36fd95800907a1c7f3c9efedd0085b8f0ec9b Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 25 Nov 2022 17:52:43 -0700 Subject: Add federation admin page --- templates/admin/federation_edit.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/admin/federation_edit.html (limited to 'templates/admin/federation_edit.html') diff --git a/templates/admin/federation_edit.html b/templates/admin/federation_edit.html new file mode 100644 index 0000000..f96e7ae --- /dev/null +++ b/templates/admin/federation_edit.html @@ -0,0 +1,19 @@ +{% extends "settings/base.html" %} + +{% block subtitle %}{{ domain.domain }}{% endblock %} + +{% block content %} +
+ {% csrf_token %} +

{{ domain }}

+
+ Federation Controls + {% include "forms/_field.html" with field=form.blocked %} +
+
+ Back + Delete + +
+
+{% endblock %} -- cgit v1.2.3