Relevant template is projects/templates/projects/project_detail.html.
This is what it currently looks like, most data just dumped out to lists:
Data that needs to be shown:
Project name
Homepage
Code of conduct
Edit button for logged in users (eventually with django-reversion history)
Delete button for project owner and moderators
Verify button for moderators
Report button
Vouch button, preferably with toggle state (as is the current behaviour)
Tags
Submissions (see projects/models.py) and their user if publicly displayed (user.name will yield Anonymous as intended if no public display name is set)
Reports if moderator or owner of reports
Reports set as visible to owner if logged in as owner of project
Relevant template is
projects/templates/projects/project_detail.html
.This is what it currently looks like, most data just dumped out to lists:
Data that needs to be shown:
django-reversion
history)projects/models.py
) and their user if publicly displayed (user.name
will yield Anonymous as intended if no public display name is set)django-reversion