Files
thetempusproject/app/plugins/dnd/views/creator/screen3.html
2024-08-04 21:15:59 -04:00

12 lines
562 B
HTML

<legend>Character Creator - Class Select</legend>
<form action="" method="post" class="form-horizontal" enctype="multipart/form-data">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="characterID" value="{characterID}">
{classSelect}
<div class="form-group">
<label for="submit" class="col-lg-3 control-label"></label>
<div class="col-lg-3">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block ">Continue</button>
</div>
</div>
</form>