tests, allow viewing another profile as admin

This commit is contained in:
Evan Goode
2023-07-02 16:18:02 -04:00
parent dab71ba89e
commit ca3821b2cd
8 changed files with 381 additions and 172 deletions

View File

@@ -71,7 +71,9 @@ a:visited {
.success-message {
color: lime;
}
.warning-message {
color: orange;
}
.error-message {
color: lightcoral;
}