From 7c404664f414e3294b02dffb9496bdd62e76f788 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Wed, 12 Feb 2020 21:06:48 +0100
Subject: [PATCH] Add support for humanize in templates

---
 aleksis/core/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py
index 522695ea6..fa098c1fc 100644
--- a/aleksis/core/settings.py
+++ b/aleksis/core/settings.py
@@ -51,6 +51,7 @@ INSTALLED_APPS = [
     "django.contrib.sessions",
     "django.contrib.messages",
     "django.contrib.staticfiles",
+    "django.contrib.humanize",
     "polymorphic",
     "django_global_request",
     "settings_context_processor",
-- 
GitLab