diff --git a/account/forms.py b/account/forms.py
index 7bf72f1..ce32ab5 100644
--- a/account/forms.py
+++ b/account/forms.py
@@ -42,6 +42,7 @@ class PasswordForm(forms.Form):
class RFIDForm(forms.Form):
rfid = forms.CharField(max_length=255, help_text=_('Your RFID'))
+
class SIPPinForm(forms.Form):
sippin = forms.CharField(max_length=255, help_text=_('Your SIP PIN'))
@@ -49,3 +50,7 @@ class SIPPinForm(forms.Form):
class NRF24Form(forms.Form):
nrf24 = forms.CharField(max_length=255,
help_text=_('Your NRF24 identification'))
+
+
+class CLabPinForm(forms.Form):
+ c_lab_pin = GastroPinField(help_text=_('Your c-lab PIN'))
\ No newline at end of file
diff --git a/account/templates/clabpin.html b/account/templates/clabpin.html
new file mode 100644
index 0000000..13213ef
--- /dev/null
+++ b/account/templates/clabpin.html
@@ -0,0 +1,23 @@
+{% extends "form_base.html" %}
+{% load i18n %}
+{% load crispy_forms_tags %}
+
+{% block form_title %}{% trans "c-lab PIN"%}{% endblock %}
+
+{% block form_description %}
+
{% blocktrans %}Change your c-lab PIN to access the c-lab in the basement.{% endblocktrans %}
+{% endblock %}
+
+{% block form_fields %}
+ {{ form.non_field_errors }}
+
+{% endblock form_fields %}
\ No newline at end of file
diff --git a/account/templates/gastropin.html b/account/templates/gastropin.html
index ecade02..67f7b9d 100644
--- a/account/templates/gastropin.html
+++ b/account/templates/gastropin.html
@@ -5,7 +5,12 @@
{% block form_title %}{% trans "Gastro PIN"%}{% endblock %}
{% block form_description %}
-
{% blocktrans %}Change your Gastro PIN to access the vending machines.{% endblocktrans %}
+
+
{% blocktrans %}Change your Gastro PIN to access the vending machines.
+ To use unlock member prices, press the A button then enter
+ your numeric user ID{% endblocktrans %}
+ {{ member.uidNumber }}
+ {% blocktrans %}and your Gastro PIN.{% endblocktrans %}