Changes between Version 4 and Version 5 of CookBookShortcutsOpenIDAuthentication
- Timestamp:
- Apr 25, 2006, 2:14:29 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookShortcutsOpenIDAuthentication
v4 v5 98 98 99 99 {{{ 100 #! html101 <form method="post" action="."> 100 #!xml 101 <form method="post" action="."> 102 102 103 <table> 104 <tr><th><label for="id_url">OpenID URL:</label></th><td>{{ form.url }}</td> 105 <td class="formError">{% if form.url.errors %}{{ form.url.errors|join:", " %}{% endif %}</td></tr> 106 </table> 103 <table> 104 <tr><th><label for="id_url">OpenID URL:</label></th><td>{{ form.url }}</td> 105 <td class="formError">{% if form.url.errors %}{{ form.url.errors|join:", " %}{% endif %}</td></tr> 106 </table> 107 107 108 <input type="submit" value="Authenticate"/> 108 <input type="submit" value="Authenticate"/> 109 109 110 </form> 110 </form> 111 111 }}}