Working v0
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
encryption_testing = {
|
||||
template: "#encryption-testing",
|
||||
EncryptionTesting = {
|
||||
template: "#EncryptionTesting",
|
||||
props: ["crypto_key"],
|
||||
data: function() {
|
||||
return {
|
||||
+2
-2
@@ -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() {
|
||||
@@ -1,10 +0,0 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans "Home" %}{% endblock %}
|
||||
{% block body %}
|
||||
|
||||
<k356-loading></k356-loading>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user