Add registration button
This commit is contained in:
parent
3671d94e59
commit
555bcb4c09
|
@ -37,6 +37,20 @@
|
||||||
<span>Reset auth</span>
|
<span>Reset auth</span>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
|
||||||
|
hx-post="{% url 'threshold_irc_actions_registration_auth' %}"
|
||||||
|
hx-vals='{"net": "{{ net }}", "func": "register"}'
|
||||||
|
hx-trigger="click"
|
||||||
|
hx-target="#modals-here"
|
||||||
|
class="button is-info">
|
||||||
|
<span class="icon-text">
|
||||||
|
<span class="icon">
|
||||||
|
<i class="fa-solid fa-wrench"></i>
|
||||||
|
</span>
|
||||||
|
<span>Register</span>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{% if unreg %}
|
{% if unreg %}
|
||||||
<form
|
<form
|
||||||
|
|
Loading…
Reference in New Issue