Import of sampletracker.bzr revno 42! What a great revision number to migrate to...
[htsworkflow.git] / templates / generic_form.html
1 <form action="{{ action_url }}" method="POST">
2 {{ form.as_p }}
3 <input type="submit" value="Submit" />
4 </form>
5