updated base.html to incorporate style.css formatting

parent b620327b
{% load static %} {% load static %}
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href="{% static '/style.css' %}"> <link rel="stylesheet" href="/static/style.css">
<title>{% block title %}My Favorite Books and Authors{% endblock %}</title> <title>{% block title %}My Favorite Books and Authors{% endblock %}</title>
{% block styles %}{% endblock %} {% block styles %}{% endblock %}
</head> </head>
......
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