Commit 37f7c949 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited forms.css link rel

parent df993b10
{%extends 'base.html'%}
{% extends 'templates/base.html'%}
{% load static %}
{% block stylesheets %}
......
{%extends 'base.html'%}
{% extends 'templates/base.html'%}
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'widget_calendar/event.css' %}">
......
{%extends 'base.html'%}
{% extends 'templates/base.html'%}
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'stylesheets/forms.css' %}">
<link rel="stylesheet" href="{{ STATIC_URL }}/static/forms.css" type="text/css">
{% endblock %}
{% block title %} Edit Activity {% 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