aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-04-24 10:28:28 +0200
committerRobert2017-04-24 10:28:28 +0200
commitb4959bb17c52239701bf54998083afcf2a420c5c (patch)
treeb117a6513568abc412a698df6ead3a1e8d756451
parentd506b481821cf88da41b4244c2cdcf0887037d53 (diff)
downloadchouette-core-b4959bb17c52239701bf54998083afcf2a420c5c.tar.bz2
HOTFIX missing render form
-rw-r--r--app/views/time_tables/edit.html.slim2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/time_tables/edit.html.slim b/app/views/time_tables/edit.html.slim
index 7f4cd18df..f66f3b4b8 100644
--- a/app/views/time_tables/edit.html.slim
+++ b/app/views/time_tables/edit.html.slim
@@ -10,3 +10,5 @@
#periods
= javascript_include_tag 'es6_browserified/time_tables/index.js'
+
+== render 'form'