From 8d62673f06634e8410f8b8d8dbb2a224c264b5a6 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 9 Dec 2024 17:12:05 +0000 Subject: [PATCH] . --- oef/templates/oef/output.html | 3 --- oef/views.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/oef/templates/oef/output.html b/oef/templates/oef/output.html index 3c7a77e8..342eceab 100644 --- a/oef/templates/oef/output.html +++ b/oef/templates/oef/output.html @@ -4,9 +4,6 @@ {% block content %} -

Formats

-Create a new format - diff --git a/oef/views.py b/oef/views.py index cd389613..c3ecc90e 100644 --- a/oef/views.py +++ b/oef/views.py @@ -124,7 +124,7 @@ def output(request): codesets.append((codeset_start, other)) - codeset_start = codeset_start + 1 + codeset_start = codeset_start + 100 outputs.append(o)
Format name