franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Love some unloved pages #20

Closed altheaden closed 7 months ago

altheaden commented 7 months ago

I did a lot of small edits to most of the template files for different pages. Mostly, this was making sure they all extended the base.html template which provides tab titles and CSS.

I added one feature, which is a list of post titles on a user's profile. I am no longer using the post-preview.html template, but I've updated it and am keeping it around because I may decide to further modularize profile.html.

I also added a template DEMO.html which can be used to create future templates that extend the base environment, to make initial template setup a little easier.