mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Improve UX on contact pages
This commit is contained in:
parent
ec4128254f
commit
ebd477da8e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
@csrf
|
@csrf
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="input1" class="font-weight-bold">Message</label>
|
<label for="input1" class="font-weight-bold">Message</label>
|
||||||
<textarea class="form-control" id="input1" name="message" rows="6" placeholder=""></textarea>
|
<textarea class="form-control" id="input1" name="message" rows="6" placeholder="" maxlength="500" required>{{old('message')}}</textarea>
|
||||||
<span class="form-text text-muted text-right msg-counter">0/500</span>
|
<span class="form-text text-muted text-right msg-counter">0/500</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group form-check">
|
<div class="form-group form-check">
|
||||||
|
|
Loading…
Reference in a new issue