Merge branch 'release/v5.93'
This commit is contained in:
@@ -419,8 +419,10 @@ class RegistrationFormSex(RegistrationFormUniqueEmail):
|
|||||||
('lwt','light-weight'),
|
('lwt','light-weight'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
thisyear = timezone.now().year
|
||||||
|
|
||||||
birthdate = forms.DateTimeField(
|
birthdate = forms.DateTimeField(
|
||||||
widget=SelectDateWidget(),
|
widget=SelectDateWidget(years=range(1900,thisyear)),
|
||||||
initial = datetime.date(year=1970,
|
initial = datetime.date(year=1970,
|
||||||
month=4,
|
month=4,
|
||||||
day=15))
|
day=15))
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% load staticfiles %}
|
||||||
|
{% load rowerfilters %}
|
||||||
{% block title %}Contact Us{% endblock title %}
|
{% block title %}Contact Us{% endblock title %}
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user