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
No EOL
236 B
HTML

{% extends "facturio/base.html" %}
{% load crispy_forms_tags %}
{% block title %}Register{% endblock %}
{% block content %}
{# TODO: neukazovat všechny pičoviny hned najedou#}
{% crispy form form.helper %}
{% endblock %}