Skip to content

Commit d9f291d

Browse files
committed
More HTML fixes. Commit ready for merge.
- Legacy-Id: 9774
1 parent 77f555b commit d9f291d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)