aboutsummaryrefslogtreecommitdiffstats
path: root/piccast/templates/contact_form/contact_form.html
blob: 2d886f0c770974e86a8dd614d3b5aa187be4d94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>PicCast</title>
</head>
<body>
<h1>Support Form</h1>
<form action="/support/" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>
</body>
</html>