It looks like you're offline.
Open Library logo
additional options menu

login_preferences template

This doc was last edited anonymously March 16, 2009.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
$def with (form)


$ _ = i18n.get_namespace('/account/preferences')

$var title: $_.change_password

<div id="header-fullpage">
        <span id="title">$_.change_password</span> 
</div>

<div id="form-border">
<div id="metadata-body">

<form method="POST">
$:form.render()
<input type="hidden" name="_action" value="login_preferences"/>
</form>

</div>
</div>