Commit 3de79ba6 authored by JC Brand's avatar JC Brand

Don't render input inside label

parent 2066cdce
<div class="chatroom-form-container"> <div class="chatroom-form-container">
<form class="chatroom-form"> <form class="chatroom-form">
<legend>{{heading}}</legend> <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}}"/> <input type="submit" value="{{label_submit}}"/>
</form> </form>
</div> </div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment