diff --git a/hswaw/checkinator/at/templates/claim.html b/hswaw/checkinator/at/templates/claim.html index 05f2e0b5..aedea84b 100644 --- a/hswaw/checkinator/at/templates/claim.html +++ b/hswaw/checkinator/at/templates/claim.html @@ -4,7 +4,11 @@ {% if not hwaddr %}

Unknown MAC. Are you sure you're in the hackerspace?

{% else %} - You are about to claim {{ hwaddr }} as {{ current_user.id }}. Do you wish to continue? +

+ You are about to claim {{ hwaddr }} as + {{ current_user.id }}. Please make sure you have MAC + address randomisation configured per-network or turned off entirely. +

@@ -12,9 +16,9 @@ - + - +
{% endif %}