Compare commits
5 Commits
8d51f07699
...
d6dc5dc44a
| Author | SHA1 | Date | |
|---|---|---|---|
| d6dc5dc44a | |||
| b67c957d1f | |||
| 39190b0cfe | |||
| c4f0703f3d | |||
| 4b78f02b6b |
@ -100,15 +100,11 @@
|
|||||||
<Username id="signin_username" name="username" />
|
<Username id="signin_username" name="username" />
|
||||||
<Password id="signin_password" name="password" />
|
<Password id="signin_password" name="password" />
|
||||||
<div class="card-actions mt-2 justify-end">
|
<div class="card-actions mt-2 justify-end">
|
||||||
<button
|
<button formaction="/user?/create" class="btn btn-accent"
|
||||||
formaction="/user?/create"
|
>Register</button
|
||||||
type="button"
|
|
||||||
class="btn btn-accent">Register</button
|
|
||||||
>
|
>
|
||||||
<button
|
<button formaction="/user?/login" class="btn btn-accent"
|
||||||
formaction="/user?/login"
|
>Login</button
|
||||||
type="submit"
|
|
||||||
class="btn btn-accent">Login</button
|
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user