mirror of
https://github.com/fergalmoran/dss.git
synced 2026-05-12 06:16:31 +00:00
6 lines
116 B
HTML
Executable File
6 lines
116 B
HTML
Executable File
{%extends "base.html" %}
|
|
{% load crispy_forms_tags %}
|
|
|
|
{% block content %}
|
|
{% crispy form %}
|
|
{% endblock %} |