Skip to content

Commit

Permalink
Place the new form code in it's rightful home.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Sep 6, 2010
1 parent ab6c9ad commit 57664bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions greatbigcrane/templates/project/_form.html
@@ -1,3 +1,8 @@
<section>
<label for="id_name">Management Type:</label>
{{form.project_type.errors}}
{{form.project_type}}
</section>
<section>
<label for="id_name">Name:</label>
{{form.name.errors}}
Expand Down
5 changes: 0 additions & 5 deletions greatbigcrane/templates/project/project_form.html
Expand Up @@ -5,11 +5,6 @@
{% block main %}
<form method="post" class="clearfix">
{% csrf_token %}
<section>
<label for="id_name">Management Type:</label>
{{form.project_type.errors}}
{{form.project_type}}
</section>
{% include 'project/_form.html' %}
<div class="buttons clearfix">
<input type="submit" value="{% block submit_command %}Create Project{% endblock %}" class="left blue">
Expand Down

0 comments on commit 57664bd

Please sign in to comment.