sprint/templates/vk_auth.html
Administrator 01c592100d New ui
2022-04-18 06:52:24 +00:00

11 lines
255 B
HTML

{% extends 'layouts/base.html' %}
{% block javascripts %}
<script>
function onLoad() {
window.location.href = window.location.href.replace('#', '?');
}
</script>
{% endblock %}
{% block onload %}onLoad(){% endblock %}