Skip to content
Snippets Groups Projects
Commit d5568b8b authored by root's avatar root
Browse files

Materialize JS fix

parent a434c3cc
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -24,7 +24,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Provided by secure_settings
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
# PDB debugger option
POST_MORTEM = True
......
......@@ -24,7 +24,8 @@
<!-- JavaScript -->
<!---------------->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="{% static 'materialize/dist/js/materialize.min.js' %}"></script>
<!--<script src="{% static 'materialize/dist/js/materialize.min.js' %}"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="{% static 'common/helper.js' %}"></script>
<!-- django-material -->
{# {% include 'material/includes/material_js.html' %}#}
......@@ -168,4 +169,4 @@
</header>
<header class="alert-success"><p><i class="material-icons left">info</i> Du befindest dich in der Testversion von
SchoolApps. Dadurch kann es immer mal wieder zu unvorhergesehenen Problemen kommen. Es würde uns sehr helfen, wenn
du uns dann über <a href="mailto:support@katharineum.de">support@katharineum.de</a> schreibst. </p></header>
\ No newline at end of file
du uns dann über <a href="mailto:support@katharineum.de">support@katharineum.de</a> schreibst. </p></header>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment