Commit cba53de1 authored by Ysabella Panghulan's avatar Ysabella Panghulan

updated stylesheet linking

parent 90b4011c
{% extends 'base.html'%} {%extends 'base.html'%}
{% load static %} {% load static %}
{% block stylesheets %} {% block stylesheets %}
<link rel="stylesheet" href="{% static 'calendar.css' %}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
{% endblock %} {% endblock %}
{% block title %} Widget's Calendar of Activties {% endblock %} {% block title %} Widget's Calendar of Activties {% endblock %}
{% block header %} {% block header %}
<h2>Widget's Calendar of Activties</h2> <h2>Widget's Calendar of Activties</h2>
......
{%extends 'base.html'%} {%extends 'base.html'%}
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'widget_calendar/forms.css' %}">
{% block title %}{{ object }}{% endblock %} {% block title %}{{ object }}{% 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