From f25c389b7f5eebeac483dc0c44138580e3a8182c Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sun, 21 Aug 2022 10:52:49 -0500 Subject: [PATCH] Change color of button of feed --- templates/problem/feed.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/problem/feed.html b/templates/problem/feed.html index 9d60bff..c2282d4 100644 --- a/templates/problem/feed.html +++ b/templates/problem/feed.html @@ -5,14 +5,14 @@ {% block middle_content %}
- + {{_('FOR YOU')}} - + {{_('NEW')}} {% if request.user.has_perm('judge.suggest_problem_changes') %} - + {{_('VOLUNTEER')}} {% endif %}