Preliminary custom role saving

This commit is contained in:
Alec Maier
2020-04-11 13:43:56 -04:00
parent 49ab315566
commit 6cf749b0a2
3 changed files with 56 additions and 1 deletions

View File

@@ -40,6 +40,10 @@
<input type="checkbox" id="custom-role-wolf">
<label for="custom-role-wolf">Is this role a type of Werewolf?</label>
</div>
<div class="checkbox">
<input type="checkbox" id="custom-role-remember">
<label for="custom-role-remember">Remember this role for later</label>
</div>
<br><br>
<input type="submit" class="app-btn" value="Add Role">
</form>