{% extends "layouts/default" %} {% block content %} <article> <fieldset> <legend>Changing your password</legend> <form action="/settings" method="post"> <input type="hidden" name="page" value="password"/> <p>Change password: <input type="password" name="password" size="8"/> <input class="Button" type="submit" value=" Update "/><br/> <i>(max. length - 16 symbols)</i></p> </form> </fieldset> </article> {% endblock %} {% block "column" %} {% include "views/partial/settings_tabs" %} {% endblock %}