Skip to content

Commit

Permalink
Merge pull request #186 from mikevallano/screening_form_fix
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
lortza committed Feb 22, 2020
2 parents b2cca76 + 601d782 commit 472943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/screenings/_form.html.erb
Expand Up @@ -18,7 +18,7 @@
<%= f.date_field :date_watched %>
</div>
<div class="field">
<%= f.label :location_watched, "Location Watched"" %><br>
<%= f.label :location_watched, "Location Watched" %><br>
<%= f.text_field :location_watched %>
</div>
<div class="field">
Expand Down

0 comments on commit 472943d

Please sign in to comment.