Skip to content
Snippets Groups Projects
Commit 838b0775 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

reorganised static and virtualenv

parent 6b026e79
Branches
Tags
No related merge requests found
......@@ -17,4 +17,4 @@ tests/.coverage
build/
tests/report/
db.sqlite3
env-grady/
env/
File moved
File moved
File moved
This diff is collapsed.
File moved
File moved
File moved
......@@ -12,17 +12,18 @@
<title>Grady - {% block title %}Wellcome to correction hell!{% endblock %}</title>
{# CSS includes #}
<link rel="stylesheet" href="{% static 'lib/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'lib/codemirror.css' %}">
<link rel="stylesheet" href="{% static 'lib/custom.css' %}">
<link rel="stylesheet" href="{% static 'lib/dialog.css' %}">
<link rel="stylesheet" href="{% static 'lib/css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{% static 'lib/css/codemirror.css' %}">
<link rel="stylesheet" href="{% static 'lib/css/custom.css' %}">
<link rel="stylesheet" href="{% static 'lib/css/dialog.css' %}">
{# Importing the stuff for codemirror #}
<script src="{% static 'lib/codemirror.js' %}"></script>
<script src="{% static 'lib/vim.js' %}"></script>
<script src="{% static 'lib/dialog.js' %}"></script>
<script src="{% static 'lib/searchcursor.js' %}"></script>
<script src="{% static 'lib/js/codemirror.js' %}"></script>
<script src="{% static 'lib/js/vim.js' %}"></script>
<script src="{% static 'lib/js/dialog.js' %}"></script>
<script src="{% static 'lib/js/searchcursor.js' %}"></script>
{# Load other javascript #}
<script src="{% static 'lib/jquery-3.1.1.min.js' %}"></script>
<script src="{% static 'lib/js/jquery-3.1.1.min.js' %}"></script>
<script src="{% static 'lib/js/bootstrap.min.js' %}"></script>
</head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment