16 lines
270 B
HTML
16 lines
270 B
HTML
{% extends "nav.html" %}
|
|
|
|
{% block content %}
|
|
<section class="section">
|
|
<div class="container">
|
|
<form method="post" action="/users/new">
|
|
<h1 class="title">Planung für {{ event.name }}</h1>
|
|
|
|
</form>
|
|
</div>
|
|
</section>
|
|
|
|
<script>
|
|
</script>
|
|
{% endblock %}
|