Skip to content

Commit dee0bc1

Browse files
committed
Removed unused HTML (related to the old authentication system)
- Legacy-Id: 1897
1 parent 2cffe5f commit dee0bc1

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

ietf/templates/idrfc/base.html

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -101,44 +101,6 @@
101101
{% endblock %}
102102
</div>
103103

104-
<div id="db-extras">
105-
106-
<div id="signin_dlg" style="visibility:hidden;">
107-
<form name="signin_form" method="post" action="/account/login/" onsubmit="return false;">
108-
<div class="hd">Sign in</div>
109-
<div class="bd">
110-
<table>
111-
<tr><td><label>Username:</label></td>
112-
<td><input type="text" name="username" size="30" maxlength="30" /></td></tr>
113-
<tr><td><label>Password:</label></td>
114-
<td><input id="signin_password" type="password" name="password" size="30" maxlength="30" /></td></tr>
115-
<tr><td colspan="2"><div id="signin_msg" style="color:red;"></div>
116-
</td></tr>
117-
<tr><td colspan="2">
118-
<a href="/account/request/">Create an account..</a><br/>
119-
<a href="/account/request/">I forgot my password...</a>
120-
</td>
121-
</tr>
122-
</table>
123-
124-
<div style="text-align:right;">
125-
<span id="signin_button1" class="yui-button yui-submit-button default">
126-
<span class="first-child">
127-
<button type="submit">Sign in</button>
128-
</span>
129-
</span>
130-
<span id="signin_button2" class="yui-button yui-push-button">
131-
<span class="first-child">
132-
<button type="button">Cancel</button>
133-
</span>
134-
</span>
135-
</div>
136-
</div> <!-- bd -->
137-
</form>
138-
139-
</div>
140-
</div>
141-
142104
</td></tr></table>
143105
{% include "debug.html" %}
144106
<!-- v{{version_num}}, {{ revision_date }} -->

0 commit comments

Comments
 (0)