.
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h2>Formats</h2>
|
||||
<a href="{% url 'oef:format_create' %}">Create a new format</a>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Format name</th>
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user