phonograph/phono-server/templates/rbac_invite.html

14 lines
269 B
HTML
Raw Normal View History

2025-05-28 16:35:00 -07:00
{% extends "base.html" %}
{% block main %}
<form method="post" action="">
<div>
<label for="email">
Email Address
</label>
<input type="text" name="email" inputmode="email">
<button type="submit">Invite</button>
</div>
</form>
{% endblock %}