Skip to content

Commit

Permalink
Merge pull request #54 from dgabrielson/cpb8eb999
Browse files Browse the repository at this point in the history
Moved bootstrap location...
  • Loading branch information
popen2 committed Dec 11, 2015
2 parents c97085f + ea5f377 commit 72eb24a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangopypi2/apps/pypi_ui/templates/pypi_ui/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<html>
<head>
<title>{% block supertitle %}{% block title %}Welcome{% endblock %} - Pypi{% endblock %}</title>
<link href="{% static "bootstrap/css/bootstrap.min.css" %}" rel="stylesheet" />
<link href="{% static "djangopypi2/bootstrap/css/bootstrap.min.css" %}" rel="stylesheet" />
<link href="{% static "css/djangopypi2.css" %}" rel="stylesheet" />
<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="{% static "bootstrap/js/bootstrap.min.js" %}"></script>
<script src="{% static "djangopypi2/bootstrap/js/bootstrap.min.js" %}"></script>
{% block extra_head %}{% endblock %}
</head>

Expand Down

0 comments on commit 72eb24a

Please sign in to comment.