~bnrubin/bantrackertwo/devel

« back to all changes in this revision

Viewing changes to templates/bt/newissue.html

  • Committer: Benjamin Rubin
  • Date: 2009-09-02 02:14:31 UTC
  • Revision ID: bnrubin@romulus-20090902021431-02x226yec1d5sxal
- Cleaned up Event code and presentation
- Added basic Issue and Settings forms and presentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "bt/base.html" %}
 
2
{% block content %}
 
3
 
 
4
 
 
5
<form action="/issue/new/" method="POST">
 
6
{{ form.as_table }}
 
7
<input type="submit" value="Submit" />
 
8
</form>
 
9
 
 
10
{% endblock content %}