Merge remote-tracking branch 'fork/feature/ui' into feature/ui

Conflicts:
	templates/graph_base.html
	templates/navbar.html
	urls.py
	views.py
This commit is contained in:
Eryn Wells 2012-08-18 16:12:56 -07:00
commit c389dc5581
2 changed files with 10 additions and 0 deletions

View file

@ -17,8 +17,11 @@ h1.placeholder {
{% block graph %}<h1 class="placeholder">PUT A GRAPH HERE</h1>{% endblock %}
</div>
{% endblock container %}
<<<<<<< HEAD
{% block body_js %}
<script src="{{ STATIC_URL }}js/jquery.js"></script>
<script src="{{ STATIC_URL }}bootstrap/js/bootstrap-dropdown.js"></script>
{% endblock %}
=======
>>>>>>> fork/feature/ui