diff --git a/mamweb/settings_common.py b/mamweb/settings_common.py index fa070a86..58e8c638 100644 --- a/mamweb/settings_common.py +++ b/mamweb/settings_common.py @@ -109,9 +109,7 @@ INSTALLED_APPS = ( 'dal', 'dal_select2', - 'fluent_comments', 'crispy_forms', - 'threadedcomments', 'django_comments', 'django.contrib.flatpages', @@ -221,12 +219,6 @@ REST_FRAMEWORK = { 'PAGE_SIZE': 100 } -# Comments - -COMMENTS_APP = 'fluent_comments' -#COMMENTS_APP = 'threadedcomments' -FLUENT_COMMENTS_EXCLUDE_FIELDS = ('name', 'email', 'url', 'title') - # SECURITY WARNING: keep the secret key used in production secret! # Create file 'django.secret' in every install (it is not kept in git) diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index dfd8362e..1d292f95 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -15,9 +15,6 @@ - - - {# nastavení MathJaxu, aby nahrazoval i matiku obalenou jednoduchými $ #}