Replace staticfiles in templates
This commit is contained in:
parent
8e16de5d8f
commit
c6bd3bcdb0
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
|
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
<!-- CSS and JavaScripts for django-todo -->
|
<!-- CSS and JavaScripts for django-todo -->
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "todo/base.html" %}
|
{% extends "todo/base.html" %}
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %}Todo List: {{ task_list.name }}{% endblock %}
|
{% block title %}Todo List: {{ task_list.name }}{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue