Skip to content
Snippets Groups Projects
add_new.php 403 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<table class="table table-striped">
    <tr>
        <th>Name</th>
        <th>Bearbeiten der einzelnen Rallys</th>
    </tr>
    <form action="" method="post">
        <tr>
            <td><input type="text" class="form-control" name="rallyname"></td>
            <td><input type="submit" name="run[rally]" class="btn btn-success" value="Eintragen"></td>
        </tr>
    </form>
</table>