diff --git a/core/__pycache__/urls.cpython-38.pyc b/core/__pycache__/urls.cpython-38.pyc index 03b43c4..835d60f 100644 Binary files a/core/__pycache__/urls.cpython-38.pyc and b/core/__pycache__/urls.cpython-38.pyc differ diff --git a/core/__pycache__/views.cpython-38.pyc b/core/__pycache__/views.cpython-38.pyc index 695bc09..1437c5f 100644 Binary files a/core/__pycache__/views.cpython-38.pyc and b/core/__pycache__/views.cpython-38.pyc differ diff --git a/core/templates/about.html b/core/templates/about.html index e673a10..26b3356 100644 --- a/core/templates/about.html +++ b/core/templates/about.html @@ -1,81 +1,6 @@ +{% extends "base.html" %} {% load static %} - - - - - - -UnusualArchive - - - - - - - - - - -
- - - - -
- -
-
-
-
-

About

-
- -
-
-
- - -
-
+{% block header %}About{% endblock %} {% block content %}
@@ -104,37 +29,3 @@
{% endblock %} -
-
- -
- - - - - - -
- - - - - - - - - - diff --git a/core/templates/base.html b/core/templates/base.html index 0efd746..0568363 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -34,6 +34,9 @@ Explore +