{% 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.
This site uses the Inclusive Sans typeface.

© {{ now.year }} Jan Tuomi. All rights reserved. {% if has_policy %} Privacy and terms. {% endif %} {% if app_version %}
Version: {{ app_version }}. {% endif %}

{% endblock %}