Skip to content

Commit c1a9ec3

Browse files
committed
Merged in [9774] from lars@netapp.com:
More HTML fixes. - Legacy-Id: 9790 Note: SVN reference [9774] has been migrated to Git commit d9f291d
2 parents 942352c + 9b5a692 commit c1a9ec3

6 files changed

Lines changed: 4 additions & 7 deletions

File tree

ietf/secr/proceedings/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,6 @@ def redirection_back(meeting, group):
941941
DocAlias.objects.get_or_create(name=doc.name, document=doc)
942942

943943
handle_upload_file(file,disk_filename,meeting,material_type.slug)
944-
post_process(doc)
945944

946945
# set Doc state
947946
if doc.type.slug=='slides':
@@ -967,7 +966,8 @@ def redirection_back(meeting, group):
967966
rev=doc.rev,
968967
desc='New revision available',
969968
time=now)
970-
969+
970+
post_process(doc)
971971
create_proceedings(meeting,group)
972972
messages.success(request,'File uploaded sucessfully')
973973

ietf/secr/templates/drafts/add.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% block title %}Drafts - Add{% endblock %}
44

55
{% block extrahead %}{{ block.super }}
6-
<script type="text/javascript" src="{{ SECR_STATIC_URL }}js/add_form.js"></script>
76
<script type="text/javascript" src="{{ SECR_STATIC_URL }}js/utils.js"></script>
87
{% endblock %}
98

ietf/secr/templates/drafts/makerfc.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% block title %}Drafts - Make RFC{% endblock %}
44

55
{% block extrahead %}{{ block.super }}
6-
<script type="text/javascript" src="{{ SECR_STATIC_URL }}js/add_form.js"></script>
76
<script type="text/javascript" src="{{ SECR_STATIC_URL }}js/utils.js"></script>
87
{% endblock %}
98

ietf/secr/templates/drafts/revision.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% block title %}Drafts - Revision{% endblock %}
44

55
{% block extrahead %}{{ block.super }}
6-
<!-- <script type="text/javascript" src="{{ SECR_STATIC_URL }}js/add_form.js"></script> -->
76
<script type="text/javascript" src="{{ SECR_STATIC_URL }}js/utils.js"></script>
87
{% endblock %}
98

ietf/templates/registration/logged_out.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% block content %}
88
{% origin %}
99
<h1>You have been signed out</h1>
10-
<a type="a" class="btn btn-primary" href="/accounts/login/" rel="nofollow">Sign in</a>
10+
<a class="btn btn-primary" href="/accounts/login/" rel="nofollow">Sign in</a>
1111
{% endblock %}
1212

1313
{% block js %}

ietf/templates/sync/discrepancies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>{{ title }}</h2>
2323
</thead>
2424
<tbody>
2525
{% for d in docs %}
26-
<tr id="d{{ d.pk }}">
26+
<tr>
2727
<td><a href="{{ d.get_absolute_url }}">{{ d.name }}</a></td>
2828
<td>{{ d.iesg_state|default:"" }}</td>
2929
<td>{{ d.rfc_state|default:"" }}</td>

0 commit comments

Comments
 (0)