10 lines
263 B
HTML
Executable File
10 lines
263 B
HTML
Executable File
{% extends "rapids/base.html" %}
|
|
|
|
|
|
{% block content %}
|
|
<h2>Defaults for creating new rapids</h2>
|
|
<form method="POST" class="post-form">{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<button type="submit" class="save btn btn-primary">Save</button>
|
|
</form>
|
|
{% endblock %} |