feat: Basic domain admin page
This commit is contained in:
parent
38700ee4cb
commit
ae5d466e99
5 changed files with 92 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
{% if can_create_domain %}
|
||||
<div>
|
||||
<h2>Create domain</h2>
|
||||
<form action="/domains" method="POST">
|
||||
<form action="/domain" method="POST">
|
||||
<input type="text" name="domainname" placeholder="example.com">
|
||||
<button type="submit" class="button is-info">Create</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue