Skip to content

Commit

Permalink
Issue #24: Add missing url form error class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Aug 18, 2015
1 parent 47ffe9c commit d9e7e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcompat/templates/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</fieldset>
</div>
<div class="r-Grid-cell r-all--1of2 r-maxM--2of2">
<div class="wc-Form-group">
<div class="wc-Form-group {% if form.url.errors %}wc-Form-error{% endif %}">
{{ form.url.label(class_='wc-Form-label') }}
{% if form.url.errors %}{% for error in form.url.errors %}
<span class="wc-Form-helpInline wc-bold">{{ error }}</span>
Expand Down

0 comments on commit d9e7e59

Please sign in to comment.