This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/accounts/templates/account/register.html

10 lines
206 B
HTML

{% extends "facturio/base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block title %}{% trans "Register" %}{% endblock %}
{% block content %}
{% crispy form form.helper %}
{% endblock %}