{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Thank you for joining!" %}

{% trans "Let us know your birthday to get access to exclusive content." %}

{% csrf_token %}
{{ form.date_of_birth }}
{% trans "Skip" %}
{% endblock %}