Skip to content

Commit

Permalink
Use 'load static' instead of staticfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Feb 7, 2017
1 parent 61fa254 commit 918d041
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 918d041

Please sign in to comment.