From 6240586d25e8f1473c8156642e8cbcf8bce791cb Mon Sep 17 00:00:00 2001 From: koksnuss Date: Fri, 1 May 2020 22:57:43 +0200 Subject: [PATCH] get rid of generic views, fix some controlbar bugs, make it work in chromium as well --- coinmanager/coinc/static/coinc/main.js | 18 ++++++++++-- .../coinc/templates/coinc/country.html | 2 +- .../{navigation.html => filter_country.html} | 0 coinmanager/coinc/templates/coinc/index.html | 17 +++-------- .../coinc/templates/coinc/username.html | 2 +- coinmanager/coinc/urls.py | 2 +- coinmanager/coinc/views.py | 27 +++++++----------- coinmanager/db.sqlite3 | Bin 188416 -> 188416 bytes 8 files changed, 32 insertions(+), 36 deletions(-) rename coinmanager/coinc/templates/coinc/{navigation.html => filter_country.html} (100%) diff --git a/coinmanager/coinc/static/coinc/main.js b/coinmanager/coinc/static/coinc/main.js index 594e453..78af51a 100644 --- a/coinmanager/coinc/static/coinc/main.js +++ b/coinmanager/coinc/static/coinc/main.js @@ -34,7 +34,7 @@ $(document).ready(function() { let option = $('div.username option[value=' + name + ']'); if (option.length == 0) { $('div.username select').append($('