{% extends "base.html.j2" %} {% block content %}

Create new diddle

{% include "poll_info_table.html.j2" %}

You can add time options as well as modify all settings after submitting.

{% if created_polls | length != 0 %}

My diddles

{% endif %}

About diddle

diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under Apache 2.0.

Find diddle on GitHub. © {{ now.year }} Jan Tuomi. All rights reserved.
This site uses the Inclusive Sans typeface.

{% endblock %}