Commit 817d4829 authored by Ysabella Panghulan's avatar Ysabella Panghulan

Merge branch 'calendarv2'

parents db551f44 cba53de1
{%extends 'base.html'%}
{% load static %}
{% 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">
{% endblock %}
......
{% extends 'base.html' %}
{%extends 'base.html'%}
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'widget_calendar/calendar.css' %}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
{% endblock %}
<link rel="stylesheet" type="text/css" href="{% static 'widget_calendar/forms.css' %}">
{% 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