aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/templates
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-13 10:19:20 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-13 10:19:20 +0100
commitaa343e46247b6a55bd0d26dad1d0b9dabaf04851 (patch)
tree5e16f29164af9d36a33d6a115248df49717885b1 /ctrack/register/templates
parent29028b60b46693c2ad9e786a61bd5e94bf6c7fa6 (diff)
first VERY BASIC view test working
Diffstat (limited to 'ctrack/register/templates')
-rw-r--r--ctrack/register/templates/single_datetime_event_create.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctrack/register/templates/single_datetime_event_create.html b/ctrack/register/templates/single_datetime_event_create.html
new file mode 100644
index 0000000..94a5162
--- /dev/null
+++ b/ctrack/register/templates/single_datetime_event_create.html
@@ -0,0 +1,4 @@
+{% extends "base.html" %}
+{% block content %}
+ {{ form }}
+{% endblock %}