From e7b090ca22e1d170f6a191d58fb8936995820119 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 16 Oct 2018 20:46:28 +1300 Subject: [PATCH] Update text for Art+Tech conf --- pinaxcon/proposals/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/proposals/models.py b/pinaxcon/proposals/models.py index b2a68e69..3da0af2d 100644 --- a/pinaxcon/proposals/models.py +++ b/pinaxcon/proposals/models.py @@ -169,7 +169,7 @@ class ArtTechProposal(Proposal): EXHIBIT_NO = 2 EXHIBIT_STATUS = [ - (EXHIBIT_YES, "I am willing and able to exhibit my project on Monday, January 22nd"), + (EXHIBIT_YES, "I am willing and able to exhibit my project on Thursday, January 24th"), (EXHIBIT_NO, "I'm unable to exhibit my project") ]