clean up some templates

This commit is contained in:
Ross
2020-12-27 10:33:39 +00:00
parent 82c712d919
commit 57b05da029
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html>
<head>
<title>Radiology Stuff</title>
<title>Penra Courses</title>
<link rel="stylesheet" href="{% static 'css/anatomy.css' %}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+1 -1
View File
@@ -2,7 +2,7 @@
{% block content %}
<div class="anatomy">
<h1>Radiology Stuff</h1>
<h1>Penra Courses</h1>
<a href="{% url 'anatomy:index'%}">Anatomy</a>
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'login'%}">Log in</a>