Commit 9723c1b1 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited forms.css link rel

parent 45fccb4a
{% extends 'templates/base.html' %} {% extends 'templates/base.html' %}
{% load static %} {% load static %}
{% block stylesheets %} {% 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 %} {% endblock %}
{% block title %}Add Assignment{% endblock %} {% block title %}Add Assignment{% endblock %}
{% block header %}<h1>Add a new assignment:</h1>{% endblock %} {% block header %}<h1>Add a new assignment:</h1>{% endblock %}
......
{% extends 'templates/base.html' %} {% extends 'templates/base.html' %}
{% load static %} {% load static %}
{% block stylesheets %} {% 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 %} {% endblock %}
{% block title %}Edit Assignment{% endblock %} {% block title %}Edit Assignment{% endblock %}
{% block header %}<h1>Edit Assignment:</h1>{% endblock %} {% block header %}<h1>Edit Assignment:</h1>{% 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