WIP authentication with flask-login, restructuring of static files

This commit is contained in:
azivner
2017-06-12 23:28:38 -04:00
parent 1266ad96df
commit 6efe28c283
250 changed files with 127 additions and 22 deletions

5
static/js/utils.js Normal file
View File

@@ -0,0 +1,5 @@
function message(str) {
$("#top-message").show();
$("#top-message").html(str);
$("#top-message").fadeOut(3000);
}