summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/templates/forms/article_form.html
blob: cde85051f648ff7c82b7b0b2e6720eb52ee325e7 (plain)
1
2
3
4
5
6
7
8
<html>
<body>
  <form method="post" action=".">
    {{ form.as_p }}<br>
    <input id="submit" type="submit">
  </form>
</body>
</html>