From c6485333bb0bbb88487f05f0bba1cb3769bdd77f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Dec 2024 12:29:36 +0000 Subject: [PATCH] . --- oef/templates/oef/formats_dupe_view.html | 21 +++++++++++++++++++++ oef/templates/oef/formats_view.html | 1 + oef/urls.py | 3 +++ oef/views.py | 18 ++++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 oef/templates/oef/formats_dupe_view.html diff --git a/oef/templates/oef/formats_dupe_view.html b/oef/templates/oef/formats_dupe_view.html new file mode 100644 index 00000000..cccedae1 --- /dev/null +++ b/oef/templates/oef/formats_dupe_view.html @@ -0,0 +1,21 @@ + +{% extends 'oef/base.html' %} + + + +{% block content %} +

Formats

+ + + + +{% endblock content %} + \ No newline at end of file diff --git a/oef/templates/oef/formats_view.html b/oef/templates/oef/formats_view.html index 1a62e34a..6745c2a1 100644 --- a/oef/templates/oef/formats_view.html +++ b/oef/templates/oef/formats_view.html @@ -6,6 +6,7 @@ {% block content %}

Formats

Create a new format +View dupes