diff options
author | RedMatrix <info@friendica.com> | 2014-10-22 12:02:22 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-10-22 12:02:22 +1100 |
commit | 3fb0354a55563d80abcccb8d5be77829990afd20 (patch) | |
tree | e3f2765f88e5990984c11ba215761763774f0688 /view/tpl | |
parent | d5edd89dd2bcfae198bb316c4f9be212937e9fa5 (diff) | |
parent | c8666b90767e9ded1adfc81528d37d680dc99280 (diff) | |
download | volse-hubzilla-3fb0354a55563d80abcccb8d5be77829990afd20.tar.gz volse-hubzilla-3fb0354a55563d80abcccb8d5be77829990afd20.tar.bz2 volse-hubzilla-3fb0354a55563d80abcccb8d5be77829990afd20.zip |
Merge pull request #655 from pafcu/master
Better handling of incorrect info entered in event
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index ade404125..a4717415e 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -9,6 +9,7 @@ <form action="{{$post}}" method="post" > <input type="hidden" name="event_id" value="{{$eid}}" /> +<input type="hidden" name="event_hash" value="{{$event_hash}}" /> <input type="hidden" name="xchan" value="{{$xchan}}" /> <input type="hidden" name="mid" value="{{$mid}}" /> |