Commit 93640961 authored by Caryn Lopez-Go's avatar Caryn Lopez-Go

specified base.html path

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