.
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Formats</h2>
|
|
||||||
<a href="{% url 'oef:format_create' %}">Create a new format</a>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Format name</th>
|
<th>Format name</th>
|
||||||
|
|||||||
+1
-1
@@ -124,7 +124,7 @@ def output(request):
|
|||||||
|
|
||||||
codesets.append((codeset_start, other))
|
codesets.append((codeset_start, other))
|
||||||
|
|
||||||
codeset_start = codeset_start + 1
|
codeset_start = codeset_start + 100
|
||||||
|
|
||||||
outputs.append(o)
|
outputs.append(o)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user