From dc82c5e9fdd3fd3a093e62bbfdab0de836d01356 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Fri, 18 May 2018 09:28:00 -0400 Subject: [PATCH] Remove stray bracket from home timeline --- brutaldon/templates/main/home_timeline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/templates/main/home_timeline.html b/brutaldon/templates/main/home_timeline.html index f04b1ed..ea4aca0 100644 --- a/brutaldon/templates/main/home_timeline.html +++ b/brutaldon/templates/main/home_timeline.html @@ -1 +1 @@ -{{% extends "main/timeline.html" %} +{% extends "main/timeline.html" %}