WIP on page revisions (#13)

- Simplify redirectToGet usage
- Move a few functions to HttpContext extension properties
- Modify bare response to allow content not from a template
- Fix uploaded date/time handling
This commit is contained in:
2022-07-15 22:51:51 -04:00
parent d667d09372
commit 039d09aed5
13 changed files with 233 additions and 155 deletions

View File

@@ -85,3 +85,6 @@ a.text-danger:link:hover, a.text-danger:visited:hover {
background-color: var(--light-accent);
color: var(--dark-gray);
}
.mwl-revision-preview {
max-height: 90vh;
}