Compare commits

..

No commits in common. "d638b12d395c85366e4a6d363c29547ae2839493" and "dcf2e43d579f767f88949f436b27a7a39fe87ea7" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ def NewSnapshot(request):
# save_in_disk(data, tk.user)
try:
Build(data, tk.owner)
Build(data, tk.user)
except Exception:
return JsonResponse({'status': 'fail'}, status=200)

View file

@ -1,4 +1,4 @@
{% extends "login_base.html" %}
{% extends "auth/login_base.html" %}
{% load i18n django_bootstrap5 %}
{% block login_content %}

View file

@ -1,4 +1,4 @@
{% extends "login_base.html" %}
{% extends "auth/login_base.html" %}
{% load i18n django_bootstrap5 %}
{% block login_content %}

View file

@ -1,4 +1,4 @@
{% extends "login_base.html" %}
{% extends "auth/login_base.html" %}
{% load i18n %}
{% block login_content %}