vk
This commit is contained in:
9
templates/vk_auth.html
Normal file
9
templates/vk_auth.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base_main.html' %}
|
||||
|
||||
{% block scripts %}
|
||||
function onLoad() {
|
||||
window.location.href = window.location.href.replace('#', '?');
|
||||
}
|
||||
{% endblock %}
|
||||
|
||||
{% block onload %}onLoad(){% endblock %}
|
Reference in New Issue
Block a user