diff --git a/templates/users/profile.html b/templates/users/profile.html deleted file mode 100644 index 3d7c056..0000000 --- a/templates/users/profile.html +++ /dev/null @@ -1,58 +0,0 @@ - - -{% extends 'base.html' %} -{% block content %} - - {% load markdown_extras %} - -
{{ post.content | markdown | safe }}
- -
- @{{ profileUser.id }}
-Date Joined: Jan 1, 2022
- {% if profileUser == user %} - Edit Profile - {% endif %} -