Fixed double chat field
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<form method="post">
|
<form method="post">
|
||||||
<input type="text"
|
<input type="text"
|
||||||
name="message"
|
name="message"
|
||||||
placeholder="Typ een chatbericht om te verzenden"
|
placeholder="Reageer..."
|
||||||
required
|
required
|
||||||
>
|
>
|
||||||
<input type="submit"
|
<input type="submit"
|
||||||
@@ -53,17 +53,6 @@
|
|||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="chat-field" method="post">
|
|
||||||
<input type="text"
|
|
||||||
name="message"
|
|
||||||
placeholder="Reageer..."
|
|
||||||
required
|
|
||||||
>
|
|
||||||
<input type="submit"
|
|
||||||
value="Verstuur"
|
|
||||||
>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user