mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
remove spurious inspect line
This commit is contained in:
parent
ce534b7962
commit
85a903a191
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
.form
|
.form
|
||||||
= form_for @filter, @route, fn f ->
|
= form_for @filter, @route, fn f ->
|
||||||
- IO.inspect @filter.data
|
|
||||||
= if @filter.action do
|
= if @filter.action do
|
||||||
#error_explanation
|
#error_explanation
|
||||||
' Oops, something went wrong! Please check the errors below.
|
' Oops, something went wrong! Please check the errors below.
|
||||||
|
|
Loading…
Reference in a new issue