We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa4c93 commit e130547Copy full SHA for e130547
README.rst
@@ -110,7 +110,7 @@ to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
110
111
::
112
113
- # Choices are: "semantic-ui", "bootstrap"
+ # Choices are: "semantic", "bootstrap"
114
MARTOR_THEME = 'bootstrap'
115
116
# Global martor settings
martor/settings.py
@@ -3,7 +3,7 @@
3
4
from django.conf import settings
5
6
-# Choices are: "semantic-ui", "bootstrap"
+# Choices are: "semantic", "bootstrap"
7
MARTOR_THEME = getattr(settings, 'MARTOR_THEME', 'bootstrap')
8
9
0 commit comments