xmpp.chapril.org-conversejs/src/templates/chatroom_password_form.html

9 lines
274 B
HTML
Raw Normal View History

<div class="chatroom-form-container">
<form class="chatroom-form">
<legend>{{heading}}</legend>
2014-12-13 03:23:49 +01:00
<label>{{label_password}}</label>
<input type="password" name="password"/>
<input type="submit" value="{{label_submit}}"/>
</form>
</div>