diff --git a/files/templates/authforms.html b/files/templates/authforms.html index bf4c40853..ffd60551d 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/chat.html b/files/templates/chat.html index 62c0ae8df..27f1af450 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -14,8 +14,8 @@ Chat - - + + {% if v.css %} {% endif %} diff --git a/files/templates/comments.html b/files/templates/comments.html index bd93c0fdf..2a2960f00 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -867,7 +867,7 @@ {% for c in p.comments %} {% if not (v and v.id==c.author_id) and not c.voted %} if ({{c.created_utc*1000}} > lastCount.t) - try {document.getElementById("comment-{{c.id}}-only").classList.add('unread2')} + try {document.getElementById("comment-{{c.id}}-only").classList.add('unread')} catch(e) {} {% endif %} {% endfor %} @@ -898,7 +898,7 @@ {% for c in p.comments %} {% if not (v and v.id==c.author_id) and not c.voted %} if ({{c.created_utc*1000}} > lastCount.t) - try {document.getElementById("comment-{{c.id}}-only").classList.add('unread2')} + try {document.getElementById("comment-{{c.id}}-only").classList.add('unread')} catch(e) {} {% endif %} {% endfor %} diff --git a/files/templates/default.html b/files/templates/default.html index 0396a34b5..09c6592c4 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,8 +7,8 @@ {% if v %} - - + + {% if v.agendaposter %} - - + + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} diff --git a/files/templates/log.html b/files/templates/log.html index c37084925..a48510f96 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %}
diff --git a/files/templates/login.html b/files/templates/login.html index c3fd88ccd..72560d21f 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,8 +18,8 @@ {% endblock %} - - + + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 731018a13..9265118ab 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{SITE_NAME}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index 79584a867..c3abe7b28 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -34,7 +34,7 @@ - + {% if v.agendaposter %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 6cdc3a1ba..7116ce629 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -31,7 +31,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index e3bf1d995..5cc6a33d3 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -32,7 +32,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} - + diff --git a/files/templates/submission.html b/files/templates/submission.html index f1ad1cdff..55237bfba 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1007,7 +1007,7 @@ {% for c in p.comments %} {% if not (v and v.id==c.author_id) and not c.voted %} if ({{c.created_utc*1000}} > lastCount.t) - try {document.getElementById("comment-{{c.id}}-only").classList.add('unread2')} + try {document.getElementById("comment-{{c.id}}-only").classList.add('unread')} catch(e) {} {% endif %} {% endfor %} diff --git a/files/templates/submit.html b/files/templates/submit.html index b5a58c797..97b37e720 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - - + + {% endif %} {% endblock %}