-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
authored and
root
committed
Oct 12, 2020
1 parent
3f08eaa
commit f7daf5e
Showing
4 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<% include ./head %> | ||
</head> | ||
|
||
<body class="container"> | ||
|
||
<form action="/remove-workshop" method="post"> | ||
<div class="form-group"> | ||
<label for="name">Workshop name to delete</label> | ||
<input type="text" name="name" class="form-control" id="name" placeholder="Workshop Name" required> | ||
</div> | ||
|
||
<button type="submit" class="btn btn-danger">Remove</button> | ||
<a type="button" class="btn btn-secondary" href="/">Cancel</a> | ||
</form> | ||
|
||
<footer> | ||
<% include ./footer %> | ||
</footer> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters