fix extend with wrong html file

This commit is contained in:
2023-01-13 10:27:45 +00:00
parent 67dd93dd2b
commit ea567f5a89

View File

@@ -1,10 +1,10 @@
{% extends 'head.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% block title %}Social Media{% endblock %} {% block title %}Social Media{% endblock %}
{% block body %} {% block content %}
<body> <body>
<!-- Main Content --> <!-- Main Content -->
<div class="flex flex-col items-center justify-center min-h-screen"> <div class="flex flex-col items-center justify-center min-h-screen">