From 463fa97a61b123d9c9db7842d006cd9140ab3877 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 3 Jun 2020 10:49:05 -0400 Subject: [PATCH] Remove deprecated function usage --- CTFd/themes/core/templates/teams/team_enrollment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/themes/core/templates/teams/team_enrollment.html b/CTFd/themes/core/templates/teams/team_enrollment.html index 8a32fa2b..b5bf18fe 100644 --- a/CTFd/themes/core/templates/teams/team_enrollment.html +++ b/CTFd/themes/core/templates/teams/team_enrollment.html @@ -12,7 +12,7 @@
-

Welcome to {{ get_ctf_name() }}!

+

Welcome to {{ Configs.ctf_name }}!

In order to participate you must either join or create a team.