Added updating blockchains button
This commit is contained in:
@@ -41,9 +41,7 @@
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
<form action="update_blockchains">
|
||||
<input type="submit" value="Update Blockchain Information" />
|
||||
</form>
|
||||
<a href="update_blockchains">Update Blockchain Information</a>
|
||||
<p>Pressing the above button might take some time... or it might crash the appliaction...
|
||||
or it'll do what you want... you won't know till you press it.</p>
|
||||
|
||||
|
||||
7
templates/update_complete.html.tera
Normal file
7
templates/update_complete.html.tera
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
If you're seeing this, it probably worked. Go back <a href="/">here</a> to check.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user