Register admin user

This commit is contained in:
Mouse Reeve
2022-02-17 11:25:11 -08:00
parent ed536e6b41
commit 23d0d3e2b7
4 changed files with 63 additions and 21 deletions

View File

@ -13,7 +13,7 @@
<div class="column is-half">
<div class="box has-background-primary-light">
<h2 class="title is-4">{% trans "Create your account" %}</h2>
<form name="register" method="post" action="/register">
<form name="register" method="post" action="{% url 'setup' %}">
<div class="field">
<label class="label" for="id_admin_key">
{% trans "Admin key:" %}