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 9, 2024
1 parent 3904267 commit adf43be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pretalx_downstream/templates/pretalx_downstream/settings.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% extends "orga/base.html" %}
{% load bootstrap4 %}
{% load i18n %}
{% load tz %}
{% block content %}
<h2>{% trans "Set up upstream sync" %}</h2>
<form method="post">
{% csrf_token %}
{% bootstrap_form form layout='event' %}
{% include "common/forms/errors.html" with errors=form.non_field_errors %}
{{ form }}
{% if last_pulled %}<p>Last automatic sync: {{ last_pulled|date:"SHORT_DATETIME_FORMAT" }}</p>{% endif %}
<div class="submit-group panel">
<span></span>
Expand Down

0 comments on commit adf43be

Please sign in to comment.