fix extend with wrong html file
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% extends 'head.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Social Media{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
<body>
|
||||
<!-- Main Content -->
|
||||
<div class="flex flex-col items-center justify-center min-h-screen">
|
||||
|
||||
Reference in New Issue
Block a user