{% extends 'templates/main.volt' %} {% block content %} {% set register_with_phone = local_oauth.register_with_phone == 1 %} {% set register_with_email = local_oauth.register_with_email == 1 %} {% set action_url = url({'for':'home.account.do_register'}) %}
{% endblock %} {% block include_js %} {{ js_include('https://ssl.captcha.qq.com/TCaptcha.js',false) }} {{ js_include('home/js/captcha.verify.phone.js') }} {{ js_include('home/js/captcha.verify.email.js') }} {% endblock %}