diff --git a/client/src/AdminPanel/adminChallengeEdit.js b/client/src/AdminPanel/adminChallengeEdit.js
index 4a71432b..4884b17a 100644
--- a/client/src/AdminPanel/adminChallengeEdit.js
+++ b/client/src/AdminPanel/adminChallengeEdit.js
@@ -250,7 +250,7 @@ const CreateChallengeForm = (props) => {
-
+
Challenge Points:
{
-
+
Maximum Number of Attempts (Set to 0 for unlimited)
{
{(fields, { add, remove }) => {
return (
-
+
Flags
{fields.map(field => (
@@ -337,7 +337,7 @@ const CreateChallengeForm = (props) => {
{(fields, { add, remove }) => {
return (
-
+
Tags
{fields.map(field => (
@@ -388,7 +388,7 @@ const CreateChallengeForm = (props) => {
{(fields, { add, remove }) => {
return (
-
+
Hints
{fields.map(field => (
@@ -439,7 +439,7 @@ const CreateChallengeForm = (props) => {
}}
-
+
Writeup Link (Optional)
{
-
+
Visibility
{
Locks this challenge until the provided challenge above has been solved.
-
+
Dynamic Scoring