From c3db3b0aa20c7bf7b015b086292a8232b06570a2 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Fri, 12 Jun 2020 18:01:53 -0500 Subject: [PATCH] beautify news box --- dmoj/settings.py | 2 +- templates/blog/list.html | 7 ++++++- templates/chat/chat.html | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dmoj/settings.py b/dmoj/settings.py index 1040998..49ba6cf 100644 --- a/dmoj/settings.py +++ b/dmoj/settings.py @@ -62,7 +62,7 @@ DMOJ_PROBLEM_MAX_TIME_LIMIT = 60 # seconds DMOJ_PROBLEM_MIN_MEMORY_LIMIT = 0 # kilobytes DMOJ_PROBLEM_MAX_MEMORY_LIMIT = 1048576 # kilobytes DMOJ_PROBLEM_MIN_PROBLEM_POINTS = 0 -DMOJ_RATING_COLORS = False +DMOJ_RATING_COLORS = True DMOJ_EMAIL_THROTTLING = (10, 60) DMOJ_STATS_LANGUAGE_THRESHOLD = 10 DMOJ_SUBMISSIONS_REJUDGE_LIMIT = 10 diff --git a/templates/blog/list.html b/templates/blog/list.html index 144c0d9..7ce10e9 100644 --- a/templates/blog/list.html +++ b/templates/blog/list.html @@ -11,8 +11,13 @@ {% include "blog/media-css.html" %}