This commit is contained in:
Administrator
2023-09-23 19:10:06 +03:00
parent 59aa298db6
commit 53b9f9d840
7 changed files with 53 additions and 5 deletions

11
templates/vk_auth.html Normal file
View File

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