Commit 8013db3c authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited forms.css link rel

parent 7f84a64b
{% 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 %} Add Announcement {% endblock %}
......
{% 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 Announcement {% 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