diff --git a/site/app/Http/Controllers/ArtworkController.php b/site/app/Http/Controllers/ArtworkController.php
index ae64f4a..c1ae9e9 100644
--- a/site/app/Http/Controllers/ArtworkController.php
+++ b/site/app/Http/Controllers/ArtworkController.php
@@ -51,10 +51,16 @@ class ArtworkController extends Controller
*
* @return \Illuminate\Http\Response
*/
- public function create()
+ public function create(Request $request)
{
$user = auth()->user();
$podcasts = $this->publishedPodcasts();
+ $request->session()->flash('success', '
PLEASE READ!
+
When you submit your artwork, it will be stored for approval,
+ this is because malicious users were using the site to dox and
+ other vile behaviors. You will not see it in the list of artworks
+ until it has been approved.