From cf743a2778a7a295b8dd4e231b6e494dbafe46dd Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Mon, 22 Nov 2021 19:03:28 -0500 Subject: [PATCH] Add a link to page variables documentation (#2026) * Adds a link in the Pages Editor to the Page Variables documentation page at https://docs.ctfd.io/docs/pages/variables/ * Closes #1983 --- CTFd/themes/admin/templates/editor.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CTFd/themes/admin/templates/editor.html b/CTFd/themes/admin/templates/editor.html index 462cfe59..31c4c202 100644 --- a/CTFd/themes/admin/templates/editor.html +++ b/CTFd/themes/admin/templates/editor.html @@ -112,6 +112,11 @@
+ + CTFd Page variables + + +
{{ form.content(id="admin-pages-editor", class="d-none") }}