Added a way to create custom tokens

This commit is contained in:
xemeds
2020-08-21 12:17:17 +03:00
parent 17838b61ab
commit f02158387e
7 changed files with 86 additions and 19 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
<div id="page-container">
<div id="content-wrap">
{% if form %}
{% if not form.url.errors %}
{% if not form.url.errors and not form.token.errors %}
<body onload="typeTitle()">
<div class="headers">
<a class="title" id="title" href="{{ url_for('index') }}"></a>
@@ -38,7 +38,7 @@
{% block body %}{% endblock %}
{% if form %}
{% if not form.url.errors %}
{% if not form.url.errors and not form.token.errors %}
<script>
var i = 0;
var title_text = "tiny0";