mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-08-18 11:08:04 -04:00
Add message about original meme creation on submit
This commit is contained in:
parent
c7784806c7
commit
bb8ee230a6
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
<div class="card-body">
|
<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">
|
<form method="POST" action="{{ route('meme-create') }}" enctype="multipart/form-data">
|
||||||
@csrf
|
@csrf
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue