Skip to content

Commit

Permalink
Add minimum_teaching_days to term's form
Browse files Browse the repository at this point in the history
  • Loading branch information
ggpasqualino committed Jun 26, 2017
1 parent d8c2ca6 commit b47b7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/templates/term/form.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</div>
<% end %>
<%= CoursePlanner.SharedView.form_text f, :name, required: true %>
<%= CoursePlanner.SharedView.form_text f, :minimum_teaching_days, required: true %>
<%= CoursePlanner.SharedView.form_date f, :start_date, required: true %>
<%= CoursePlanner.SharedView.form_date f, :end_date, required: true %>

Expand Down

0 comments on commit b47b7e4

Please sign in to comment.