templates: Move activity templates to /templates/corporate/activity.

Also, renames `ad_hoc_query.html` to `activity_table.html`,
`realm_summary_table.html` to `installation_activity_table.html`,
and `activity_details_template.html` to `activity.html`.

Removes the style attribute in the installation activity template
and uses a CSS class, "installation-activity-header", to center the
h3 and p tags instead. This removes an exception from the custom
lint check.
This commit is contained in:
Lauryn Menard
2024-01-29 14:53:53 +01:00
committed by Tim Abbott
parent df2f4b6469
commit efd0d689fc
11 changed files with 14 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ def get_user_activity(request: HttpRequest, user_profile_id: int) -> HttpRespons
return render(
request,
"analytics/activity_details_template.html",
"corporate/activity/activity.html",
context=dict(
data=content,
title=title,