Speaker split page

Resolves: #13
This commit is contained in:
Edward Betts 2023-09-25 15:45:53 +01:00
parent 3493b2b81d
commit 662fdcaa2b
3 changed files with 57 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block title %}Split speaker – Conference archive{% endblock %}
{% block content %}
<h1>{{ item.name }}</h1>
<form method="POST">
<div><textarea name="names" rows="5" cols="60">{{ item.name }}</textarea></div>
<button>split</button>
</form>
{% endblock %}