Files
thetempusproject/app/views/admin/modules/models/uninstall.html
2024-08-04 21:15:59 -04:00

6 lines
512 B
HTML

<form action="" method="post" class="form-horizontal">
<legend>Uninstall {MODEL}</legend>
<p>Are you sure you would like to uninstall this model and all of its components? There is no guarantee that your site will continue to run without error. This is especially the case when uninstalling core TTP models.</p>
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Uninstall</button>
<input type="hidden" name="uninstallHash" value="{TOKEN}">
</form><br>