2017-12-13 04:52:26 +00:00
<form id="join-channel- { { id } } " class="join-form" method="post" action="" autocomplete="off">
2017-12-23 08:05:29 +00:00
<input type="text" class="input" name="channel" placeholder="Channel" pattern="[^\s]+" maxlength="200" title="The channel name may not contain spaces" required>
2017-12-28 12:51:28 +00:00
<input type="password" class="input" name="key" placeholder="Password (optional)" pattern="[^\s]+" maxlength="200" title="The channel password may not contain spaces" autocomplete="new-password">
2018-05-02 13:57:19 +00:00
<button type="submit" class="btn btn-small">Join</button>
2017-12-13 04:52:26 +00:00
</form>