From 5a49432b47d9b50073bcade70be623131fdcf664 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 17 Feb 2025 14:55:52 +0100 Subject: [PATCH] add simple form, closes #106, #107 note that i haven't done much with validation or conditional enabling/hiding - if we start doing front-end frameworks those may have opinions on this --- panel/src/panel/templates/index.html | 53 +++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/panel/src/panel/templates/index.html b/panel/src/panel/templates/index.html index aadc25d0..1f091878 100644 --- a/panel/src/panel/templates/index.html +++ b/panel/src/panel/templates/index.html @@ -3,5 +3,56 @@ {% block content %}

Fediversity Panel

-

Hello world!

+
+ {% csrf_token %} + +
+ + +
+ +
+ Services: + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ + + +
+ + +
+ {% endblock %}