Skip to content

Commit

Permalink
Merge pull request #153 from ccnmtl/nikolas-patch-2
Browse files Browse the repository at this point in the history
Use 'load static' instead of staticfiles
  • Loading branch information
sdreher committed Feb 7, 2017
2 parents 61fa254 + 918d041 commit fe11c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagetree/templates/pagetree/edit_page.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "pagetree/base_pagetree.html" %}
{% load bootstrap3 %}
{% load render %}
{% load static from staticfiles %}
{% load static %}

{% block title %}{{section.label}} (edit){% endblock %}

Expand Down

0 comments on commit fe11c8b

Please sign in to comment.