mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-04 04:41:52 +02:00
9 lines
298 B
HTML
9 lines
298 B
HTML
{% extends 'base.html' %}
|
|
{% load crispy_forms_tags %}
|
|
{% block title %}Créer un compte{% endblock %}
|
|
{% block content %}
|
|
<p class="desktop-hidden mobile-content-title">
|
|
{% block content_title %}Créer un compte{% endblock %}
|
|
</p>
|
|
<div class="box">{% crispy form %}</div>
|
|
{% endblock %}
|