Thierry Carrez 56fdefeccd Initial import
Initial import after cleanup.
Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg
2012-12-20 16:11:01 +01:00

12 lines
295 B
HTML

{% extends "base.html" %}
{% block content %}
{% if list_calls %}
<h2>Would have pushed to sched.org:</h2>
{{ list_calls|safe }}
{% else %}
<h2>Sched.org synchronization successful</h2>
{% endif %}
<p>
<a class=roundedButton href="/scheduling/{{topic.id}}">Back to scheduling</A>
{% endblock %}