HelloWorld / templates /invite_collaborators.html
chris999's picture
Upload 10 files
0157ea9 verified
raw
history blame contribute delete
412 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Invite Collaborators</title>
</head>
<body>
<h1>Invite Collaborators</h1>
<form action="/invite_collaborators/{{ issue_id }}" method="POST">
<input type="text" name="emails" placeholder="Comma-separated emails" required><br>
<input type="submit" value="Send Invites">
</form>
</body>
</html>