{% extends 'base.html' %} {% block content %}
{% trans %}Welcome to Calendar.social!{% endtrans %}
{% trans %}These are the first steps you should make before you can start using the site.{% endtrans %}
{{ form.display_name.errors }} {{ form.display_name.label }} {{ form.display_name }} {{ form.display_name.description }}
{{ form.time_zone.errors }} {{ form.time_zone.label }} {{ form.time_zone }} {{ form.time_zone.description }}