Skip to content

Commit

Permalink
added id to div control groups for the rest of the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nai committed Apr 18, 2012
1 parent d6554fd commit f55c8e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap/templates/bootstrap/field_appendedtext.html
@@ -1,4 +1,4 @@
<div class="control-group{% if errors %} error{% endif %}">
<div id="div_{{ label_id }}" class="control-group{% if errors %} error{% endif %}">
<label class="control-label" for="{{ label_id }}">{{ label }}</label>
<div class="controls">
<div class="input-append">
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/templates/bootstrap/field_appendprependtext.html
@@ -1,4 +1,4 @@
<div class="control-group{% if errors %} error{% endif %}">
<div id="div_{{ label_id }}" class="control-group{% if errors %} error{% endif %}">
<label class="control-label" for="{{ bf_raw.id_for_label }}">{{ label }}</label>
<div class="controls">
<div class="input-append input-prepend">
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/templates/bootstrap/field_prependedtext.html
@@ -1,4 +1,4 @@
<div class="control-group{% if errors %} error{% endif %}">
<div id="div_{{ label_id }}" class="control-group{% if errors %} error{% endif %}">
<label class="control-label" for="{{ bf_raw.id_for_label }}">{{ label }}</label>
<div class="controls">
<div class="input-prepend">
Expand Down

0 comments on commit f55c8e5

Please sign in to comment.