diff --git a/pinaxcon/views.py b/pinaxcon/views.py index 4fe6afc73d347e2ce8039ba1ca97cc3876ad20dc..6d6210d8ad5a15ecdf9f8e5550f7aa1f7273fbf6 100644 --- a/pinaxcon/views.py +++ b/pinaxcon/views.py @@ -35,6 +35,10 @@ def buy_ticket(request): print(dir(request.user)) if not request.user.is_authenticated(): - messages.warning(request, 'To buy a ticket, either create an account, or log in.') + messages.warning(request, + '''To buy a ticket, either create an account, or log in. + Attendees should fill out their own registration. + You will receive a payment link that you can pass to accounts + staff, if required. ''') return redirect("/dashboard")