14 lines
251 B
PHTML
14 lines
251 B
PHTML
${content_form|n}
|
|
<p><input type="submit" value="${lang('admin', 'send', 'Send')}"/></p>
|
|
<script>
|
|
|
|
$.ajax({
|
|
url: "${url_for('.admin_login')}",
|
|
data: {},
|
|
success: function(data) {
|
|
|
|
},
|
|
dataType: 'json'
|
|
});
|
|
|
|
</script>
|