diff --git a/templates/dashboard.html b/templates/dashboard.html index b763e5d..a9874cd 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,34 +1,67 @@ - + + + Dashboard + -

Dashboard

+
+

Dashboard

-

Players

- - Add Player + +
+
+

Players

+
+
+
    + {% for player in players %} +
  • +
    + {{ player.username }} ({{ player.ip }}) +
    + View Schedule +
  • + {% endfor %} +
+ +
+
-

Groups

- - Add Group + +
+
+

Content Upload

+
+ +
+
-

Content Upload

- Upload Content +