From dfba168504d059ac4205529e620a8d4a144dca42 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 4 Dec 2017 21:11:27 -0600 Subject: [PATCH] Whoops, make shifts view really use master3 --- tailbone/views/shifts/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/views/shifts/core.py b/tailbone/views/shifts/core.py index 5ffee96c..46dc9906 100644 --- a/tailbone/views/shifts/core.py +++ b/tailbone/views/shifts/core.py @@ -33,7 +33,7 @@ import humanize from rattail.db import model from rattail.time import localtime -from tailbone.views import MasterView2 as MasterView +from tailbone.views import MasterView3 as MasterView def render_shift_length(shift, field):