mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
Fix merge conflict
This commit is contained in:
parent
b271b7065d
commit
82d53d686e
1 changed files with 1 additions and 5 deletions
|
@ -19,11 +19,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label class="font-weight-bold text-muted small">Caption</label>
|
||||
<<<<<<< HEAD
|
||||
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" maxlength="{{config('pixelfed.max_caption_length')}}">
|
||||
=======
|
||||
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" autocomplete="off">
|
||||
>>>>>>> dev
|
||||
<input type="text" class="form-control" name="caption" placeholder="Add a caption here" autocomplete="off" maxlength="{{config('pixelfed.max_caption_length')}}">
|
||||
<small class="form-text text-muted">
|
||||
Max length: {{config('pixelfed.max_caption_length')}} characters.
|
||||
</small>
|
||||
|
|
Loading…
Reference in a new issue