We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f555b commit d9f291dCopy full SHA for d9f291d
2 files changed
ietf/templates/registration/logged_out.html
@@ -7,7 +7,7 @@
7
{% block content %}
8
{% origin %}
9
<h1>You have been signed out</h1>
10
- <a type="a" class="btn btn-primary" href="/accounts/login/" rel="nofollow">Sign in</a>
+ <a class="btn btn-primary" href="/accounts/login/" rel="nofollow">Sign in</a>
11
{% endblock %}
12
13
{% block js %}
ietf/templates/sync/discrepancies.html
@@ -23,7 +23,7 @@ <h2>{{ title }}</h2>
23
</thead>
24
<tbody>
25
{% for d in docs %}
26
- <tr id="d{{ d.pk }}">
+ <tr>
27
<td><a href="{{ d.get_absolute_url }}">{{ d.name }}</a></td>
28
<td>{{ d.iesg_state|default:"" }}</td>
29
<td>{{ d.rfc_state|default:"" }}</td>
0 commit comments