faq own page
Some checks failed
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-12-11 21:10:29 +01:00
parent a2741b8d4e
commit 6b96c443ea
4 changed files with 85 additions and 76 deletions

View File

@ -2,7 +2,7 @@
{% extends "base" %}
{% block content %}
<div class="max-w-screen-lg w-full">
<h1 class="h1">Mitgliederverwaltung</h1>
<h1 class="h1">Mitglieder</h1>
{% if allowed_to_edit %}
<form action="/admin/user/new"
method="post"