Refactor templates.

This commit is contained in:
Drew Larson
2016-06-23 11:53:17 -06:00
parent c906b710ba
commit 6f87cf155e
5 changed files with 64 additions and 57 deletions
@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'dashboard.html' %}
{% load staticfiles %}
{% block styles %}
@@ -1,4 +1,4 @@
{% extends 'base.html' %}
{% extends 'dashboard.html' %}
{% load staticfiles %}
{% block styles %}