Skip to content

Commit

Permalink
Remove django-bootstrap4
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 10, 2024
1 parent 0361bfb commit 497e916
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{% raw %}{% extends "orga/base.html" %}
{% load bootstrap4 %}
{% load i18n %}

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

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

0 comments on commit 497e916

Please sign in to comment.