Skip to content

Commit

Permalink
Add default settings form
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Sep 16, 2024
1 parent c7ac985 commit 4e5da96
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "orga/base.html" %}
{% load bootstrap4 %}
{% load i18n %}

{% block extra_title %}{{ cookiecutter.human_name }} Settings :: {% endblock extra_title %}

{% block content %}
<h2>{{ cookiecutter.human_name }} Settings</h2>
<form method="post">
{% csrf_token %}
{% bootstrap_form form layout='event' %}
{% include "orga/includes/submit_row.html" %}
</form>
{% endblock content %}

0 comments on commit 4e5da96

Please sign in to comment.