.devcontainer
.githooks
.github
.vscode
common
games
fixtures
graphql
management
migrations
static
templates
cotton
partials
registration
showcase
add.html
add_edition.html
add_game.html
add_purchase.html
add_session.html
index.html
list_purchases.html
list_sessions.html
navbar.html
stats.html
view_game.html
templatetags
views
__init__.py
admin.py
apps.py
forms.py
models.py
schema.py
tasks.py
tests.py
urls.py
tests
timetracker
.dockerignore
.drone.yml
.editorconfig
.envrc
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
Caddyfile
Dockerfile
Makefile
README.md
devcontainer.Dockerfile
docker-compose.no-caddy.yml
docker-compose.yml
entrypoint.sh
manage.py
package.json
poetry.lock
pyproject.toml
shell.nix
streak_bruteforce.py
tailwind.config.js
13 lines
240 B
HTML
13 lines
240 B
HTML
<c-layouts.add>
|
|
<c-slot name="additional_row">
|
|
<tr>
|
|
<td></td>
|
|
<td>
|
|
<input type="submit"
|
|
name="submit_and_redirect"
|
|
value="Submit & Create Purchase" />
|
|
</td>
|
|
</tr>
|
|
</c-slot>
|
|
</c-layouts.add>
|