/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

  1. {% extends theme.base %}
  2. {% block title %} Configuration - {{ config.blog_title }} {% endblock %}
  3. {% block content %}
  4. <form method="post">
  5. <table>
  6. {{ config_form }}
  7. <tr>
  8. <th>&nbsp;</th>
  9. <td>
  10. <input type="submit" value="Update Settings" />
  11. </td>
  12. </tr>
  13. </table>
  14. </form>
  15. {% endblock %}