Change default title of base.html and assignments index.html

parent 07ee8cf3
{% extends 'base.html' %}
{% block title %}Assignments{% endblock %}
{% block content %}
<h1>Assignments Per Course</h1>
<div>
......
......@@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="{% static 'assignments/style.css' %}">
<title>{% block title %} Assignments {% endblock %}</title>
<title>{% block title %} Alipins {% endblock %}</title>
</head>
<body>
{% block content %}
......
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