Commit be2e318f authored by James Esguerra's avatar James Esguerra

Added static tags to all html templates

parent f2498f3d
{% extends 'base.html' %}
{% load static %}
{% block title %} Your Bujo {% endblock %}
......
{% extends 'base.html' %}
{% load static %}
{% block title %} Key {% endblock %}
......
{% extends 'base.html' %}
{% load static %}
{% block title %} Profile {% endblock %}
......
{% extends 'base.html' %}
{% load static %}
{% block title %} This Week {% endblock %}
......
{% extends 'base.html' %}
{% load static %}
{% block title %} Today {% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment