fix extend with wrong html file
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user