Skip to content

Commit

Permalink
switch from tabs to spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Sep 8, 2024
1 parent 3fc92bc commit 20bb13e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions judge/widgets/martor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@


class MartorWidget(OldMartorWidget):
class Media:
css = {
'all': ['martor-description.css'],
}
js = ['martor-mathjax.js']
class Media:
css = {
'all': ['martor-description.css'],
}
js = ['martor-mathjax.js']


class AdminMartorWidget(OldAdminMartorWidget):
UPLOADS_ENABLED = True
class Media:
css = MartorWidget.Media.css
js = ['admin/js/jquery.init.js', 'martor-mathjax.js']
UPLOADS_ENABLED = True
class Media:
css = MartorWidget.Media.css
js = ['admin/js/jquery.init.js', 'martor-mathjax.js']

0 comments on commit 20bb13e

Please sign in to comment.