summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/timelog/edit.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/timelog/edit.rhtml b/app/views/timelog/edit.rhtml
index 0dd3503ec..c403d8f25 100644
--- a/app/views/timelog/edit.rhtml
+++ b/app/views/timelog/edit.rhtml
@@ -13,6 +13,7 @@
<% @time_entry.custom_field_values.each do |value| %>
<p><%= custom_field_tag_with_label :time_entry, value %></p>
<% end %>
+<%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %>
</div>
<%= submit_tag l(:button_save) %>