Spaces:
Sleeping
Sleeping
<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> | |