Add message about original meme creation on submit

This commit is contained in:
dev 2021-08-10 19:30:35 -07:00
parent c7784806c7
commit bb8ee230a6

View File

@ -16,6 +16,9 @@
</div>
@endif
<div class="card-body">
<div class="alert alert-primary text-center" role="alert">
You must have created this meme yourself. Do not post memes created by others.
</div>
<form method="POST" action="{{ route('meme-create') }}" enctype="multipart/form-data">
@csrf
<div class="form-row">