Skip to content

Commit

Permalink
Fix for static
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmountjoy authored Dec 5, 2019
1 parent 2fde3b4 commit e1e9570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load static %}

{% block content %}

Expand Down

0 comments on commit e1e9570

Please sign in to comment.