mirror of
https://github.com/FAUSheppy/oh-my-nemesis
synced 2025-12-10 08:38:33 +01:00
Initial (reset)
This commit is contained in:
20
templates/special/team_calendar.html
Normal file
20
templates/special/team_calendar.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="Select the roles you can play for the team">
|
||||
<title>Champ Selection</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
{% include 'default-includes.html' %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include 'navbar.html' %}
|
||||
<main role="main">
|
||||
<!-- Selector für Teammitglieder wenn Teamcpt -->
|
||||
<!-- TODO when team has time -->
|
||||
</main>
|
||||
</body>
|
||||
Reference in New Issue
Block a user