flask-python-helm/templates/_convenorTeamAddResults.html
2020-09-11 21:02:04 +08:00

19 lines
704 B
HTML

<html>
<head>
<title>*TESTING* - Team Add Results</title>
<link rel="stylesheet" media="screen" href ="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/bootstrap-theme.min.css">
<meta name="viewport" content = "width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
</head>
<h2>Thanks for adding {{ club }} {{ team }} to the club database</h2>
<body>
{{ club }} {{ team }} should now be added to the database.
<p>
</p>
<a class="btn btn-primary" href="/dashboard" role="button">Home</a>
</body>
</html>