Compare commits

...

3 Commits

4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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