Register admin user
This commit is contained in:
parent
ed536e6b41
commit
23d0d3e2b7
4 changed files with 63 additions and 21 deletions
|
@ -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:" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue