2014-09-20 22:59:54 +02:00
|
|
|
<div class="chatroom-form-container">
|
2015-10-29 10:21:31 +01:00
|
|
|
<form class="pure-form converse-form chatroom-form">
|
2018-03-11 12:04:13 +01:00
|
|
|
<fieldset class="form-group">
|
2017-11-05 18:47:30 +01:00
|
|
|
<legend>{{{o.heading}}}</legend>
|
|
|
|
<label>{{{o.label_password}}}</label>
|
2015-10-29 10:21:31 +01:00
|
|
|
<input type="password" name="password"/>
|
2015-10-29 10:55:34 +01:00
|
|
|
</fieldset>
|
2018-03-11 12:04:13 +01:00
|
|
|
<input class="btn btn-primary" type="submit" value="{{{o.label_submit}}}"/>
|
2014-09-20 22:59:54 +02:00
|
|
|
</form>
|
|
|
|
</div>
|