Working v0

This commit is contained in:
2024-09-27 18:09:38 +02:00
parent f3116a6876
commit 8dfafa9404
25 changed files with 740 additions and 389 deletions
@@ -1,5 +1,5 @@
encryption_testing = {
template: "#encryption-testing",
EncryptionTesting = {
template: "#EncryptionTesting",
props: ["crypto_key"],
data: function() {
return {
@@ -1,7 +1,7 @@
const rvalidate = Vue.resource(Urls["users:k356.validate"]);
k356_loading = {
template: "#k356-loading",
Loading = {
template: "#Loading",
props: ["crypto_key"],
data: function() {
-10
View File
@@ -1,10 +0,0 @@
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Home" %}{% endblock %}
{% block body %}
<k356-loading></k356-loading>
{% endblock %}