forked from rDrama/rDrama
1
0
Fork 0

remove \n

master
Aevann 2023-12-01 17:44:12 +02:00
parent 18c7ae4cb5
commit e084cf0b54
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<h1 class="article-title">Contact {{SITE_NAME}} Admins</h1>
{% if v %}
<form id="contactform" action="/contact" method="post" enctype="multipart/form-data" data-nonce="{{g.nonce}}" data-onsubmit="sendFormXHR(this)">
<label for="input-message" class="mt-3">Your message</label>
<input hidden name="formkey" value="{{v|formkey}}">
<textarea autocomplete="off" maxlength="10000" id="input-message" form="contactform" name="message" class="file-ta form-control" required></textarea>