mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-25 18:25:17 +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 %} |