Fixed double chat field

This commit is contained in:
Marijn Jansen
2017-01-11 15:33:22 +01:00
parent 1f6b92ea7b
commit 49e64cfb55

View File

@@ -43,18 +43,6 @@
</div> </div>
<div class="chat-field"> <div class="chat-field">
<form method="post"> <form method="post">
<input type="text"
name="message"
placeholder="Typ een chatbericht om te verzenden"
required
>
<input type="submit"
value="Verstuur"
>
</form>
</div>
<form class="chat-field" method="post">
<input type="text" <input type="text"
name="message" name="message"
placeholder="Reageer..." placeholder="Reageer..."
@@ -67,3 +55,4 @@
</div> </div>
</div> </div>
</div> </div>
</div>