This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/compte_agglo_montpellier/templates/registration/registration_form.html

26 lines
458 B
HTML

{% extends "base.html" %}
{% load i18n cms_tags %}
{% block bodyargs %}
class="narrow-page"
{% endblock %}
{% block title %}
<div id="single-title">{% trans "Registration" %} — Compte citoyen</div>
{% endblock %}
{% block menu %}
{% endblock %}
{% block content %}
<div id="welcome">
{% static_placeholder 'registration' %}
</div>
<div class="right">
{% include 'form.html' with form=form %}
</div>
<br class="clear"/>
{% endblock %}