mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 10:14:31 +01:00
4 lines
169 B
Cheetah
4 lines
169 B
Cheetah
## -*- coding: utf-8 -*-
|
|
<%! from ldapcherry.csrf import get_csrf_token, CSRF_INPUT_NAME %>
|
|
<input type="hidden" name="${CSRF_INPUT_NAME}" value="${get_csrf_token()}"/>
|