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/subjects/templates/subjects/create.html

9 lines
No EOL
182 B
HTML

{% extends "facturio/base.html" %}
{% load crispy_forms_tags %}
{% block title %}Create Subjects{% endblock %}
{% block content %}
{% crispy form form.helper %}
{% endblock %}