Skip to content

Commit

Permalink
Proper template indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Jan 27, 2022
1 parent b34e055 commit 810fc18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pretalx_downstream/templates/pretalx_downstream/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ <h2>{% trans "Set up upstream sync" %}</h2>
<form method="post">
{% csrf_token %}
{% bootstrap_form form layout='event' %}
{% if last_pulled %}
<p>
Last automatic sync: {{ last_pulled|date:"Y-m-d H:i:s e" }}
</p>
{% endif %}
{% if last_pulled %}
<p>
Last automatic sync: {{ last_pulled|date:"Y-m-d H:i:s e" }}
</p>
{% endif %}
<div class="submit-group panel">
<span></span>
<span class="d-flex flex-row-reverse">
Expand Down

0 comments on commit 810fc18

Please sign in to comment.