From 8813dd68f5bc5d9d951ce734b1f93032aedbc39d Mon Sep 17 00:00:00 2001 From: Peter Fidelman Date: Wed, 30 Nov 2022 20:44:18 -0800 Subject: [PATCH] Corrected typo: timelime -> timeline --- brutaldon/templates/main/notifications.html | 2 +- brutaldon/templates/main/timeline.html | 2 +- brutaldon/templates/main/user.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brutaldon/templates/main/notifications.html b/brutaldon/templates/main/notifications.html index fdfd5c0..146b277 100644 --- a/brutaldon/templates/main/notifications.html +++ b/brutaldon/templates/main/notifications.html @@ -4,7 +4,7 @@ {% load sanitizer %} {% block title %} - Brutaldon ({{ own_acct.username }}) - Notifications timelime + Brutaldon ({{ own_acct.username }}) - Notifications timeline {% endblock %} {% comment %} diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index d229d2f..32b6c56 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -4,7 +4,7 @@ {% load cache %} {% block title %} - Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timelime + Brutaldon ({{ own_acct.username }}) - {{ timeline_name }} timeline {% endblock %} {% block page_scripts %} diff --git a/brutaldon/templates/main/user.html b/brutaldon/templates/main/user.html index e6ef430..bcfb703 100644 --- a/brutaldon/templates/main/user.html +++ b/brutaldon/templates/main/user.html @@ -4,7 +4,7 @@ {% load taglinks %} {% block title %} -Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timelime +Brutaldon ({{ own_acct.username }}) - {{ user.acct }} timeline {% endblock %} {% block content %}