diff --git a/compilecss.py b/compilecss.py index e54852d29..923a70f22 100644 --- a/compilecss.py +++ b/compilecss.py @@ -1,7 +1,7 @@ for theme in ['transparent', 'win98', 'midnight', 'dark', 'light', 'coffee', 'tron', '4chan']: - with open(f"./files/assets/style/{theme}_ff66ac.css", encoding='utf-8') as t: + with open(f"./files/assets/css/{theme}_ff66ac.css", encoding='utf-8') as t: text = t.read() for color in ['ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','62ca56','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58']: newtext = text.replace("ff66ac", color).replace("ff4097", color).replace("ff1a83", color).replace("ff3390", color).replace("rgba(255, 102, 172, 0.25)", color) - with open(f"./files/assets/style/{theme}_{color}.css", encoding='utf-8', mode='w') as nt: + with open(f"./files/assets/css/{theme}_{color}.css", encoding='utf-8', mode='w') as nt: nt.write(newtext) \ No newline at end of file diff --git a/files/templates/2fa_modal.html b/files/templates/2fa_modal.html deleted file mode 100644 index 3b9afaccc..000000000 --- a/files/templates/2fa_modal.html +++ /dev/null @@ -1,68 +0,0 @@ - - - \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index b352c22e2..e37e7cb09 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -12,19 +12,16 @@ - - {% if v %} - - {% if v.agendaposter %}{% elif v.css %}{% endif %} + + {% if v.agendaposter %}{% elif v.css %}{% endif %} {% else %} - + {% endif %} diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 3c638d503..2d0f860a7 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -1,10 +1,181 @@