Reorganise code
This commit is contained in:
parent
a5f8070179
commit
253096bf59
21 changed files with 0 additions and 0 deletions
14
confarchive/templates/person/split.html
Normal file
14
confarchive/templates/person/split.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue