Skip to content

Commit

Permalink
Add an id to the organization form
Browse files Browse the repository at this point in the history
This makes it easier and more reliable for test code to find the form
  • Loading branch information
Sean Hammond committed Sep 13, 2012
1 parent 96166d9 commit cfb24ee
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
{% import 'macros/form.html' as form %}

<form class="dataset-form form-horizontal" method="post" data-module="basic-form">
<form id="organization-form" class="dataset-form form-horizontal" method="post" data-module="basic-form">
{% block error_summary %}
{{ form.errors(error_summary) }}
{% endblock %}
Expand Down

0 comments on commit cfb24ee

Please sign in to comment.