Bug 18740: (bug 16992 follow-up) Add CSRF token to the template
Bug 16992 is in
commit
9e74db7b51085f62919e34ab4e5ccdf9da2066a1
Bug 18124: Restrict CSRF token to user's session
but template change is missing
Test plan:
Modify a patron from member-password.pl
Without this patch you got
Wrong CSRF token at /home/vagrant/kohaclone/members/member-password.pl line 68.
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Patch fixes the bug. Passes the qa script.
Signed-off-by: Mason James <mtj@kohaaloha.com>