/themes/default/templates/config_page.html
http://n23.googlecode.com/ · HTML · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · c6343b1f0ac7665d60a54db61731617c MD5 · raw file
- {% extends theme.base %}
-
- {% block title %} Configuration - {{ config.blog_title }} {% endblock %}
-
- {% block content %}
- <form method="post">
- <table>
- {{ config_form }}
- <tr>
- <th> </th>
- <td>
- <input type="submit" value="Update Settings" />
- </td>
- </tr>
- </table>
- </form>
- {% endblock %}