Skip to content

Commit

Permalink
Fixes for 2304#discussion_r1439114231
Browse files Browse the repository at this point in the history
  • Loading branch information
FherStk committed Jan 2, 2024
1 parent a528dd5 commit 9f2f5fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dmoj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
}
DMOJ_SELECT2_THEME = 'dmoj'

DMOJ_ENABLE_COMMENTS = True
DMOJ_ENABLE_SOCIAL = True

MARKDOWN_STYLES = {}
MARKDOWN_DEFAULT_STYLE = {}

Expand Down Expand Up @@ -161,9 +164,6 @@
FONTAWESOME_CSS = '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'
DMOJ_CANONICAL = ''

DMOJ_ENABLE_COMMENTS = True
DMOJ_ENABLE_SOCIAL = True

# Application definition

INSTALLED_APPS = ()
Expand Down

0 comments on commit 9f2f5fa

Please sign in to comment.