|
@@ -1,7 +1,8 @@
|
|
|
<div class="chatroom-form-container">
|
|
|
<form class="chatroom-form">
|
|
|
<legend>{{heading}}</legend>
|
|
|
- <label>{{label_password}}<input type="password" name="password"/></label>
|
|
|
+ <label>{{label_password}}</label>
|
|
|
+ <input type="password" name="password"/>
|
|
|
<input type="submit" value="{{label_submit}}"/>
|
|
|
</form>
|
|
|
</div>
|