diff options
Diffstat (limited to 'templates/index.html.j2')
| -rw-r--r-- | templates/index.html.j2 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index db458da..546a684 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -5,7 +5,7 @@ <form class="poll-form" action="/poll/create" method="post"> {% include "poll_info_table.html.j2" %} - <p>You can add options after submitting.</p> + <p>You can add time options as well as modify all settings after submitting.</p> <input class="green" type="submit" value="Create"> </form> @@ -18,4 +18,15 @@ </ul> {% endif %} +<br> +<br> +<div> + <h3>About diddle</h3> + <p><i>diddle</i> is a minimalist, mobile friendly, fast and self-hosted scheduling tool, + licensed under <a href="https://github.com/jantuomi/diddle/blob/main/LICENSE">Apache 2.0.</a> + </p> + <p> + Find <i>diddle</i> on <a href="https://github.com/jantuomi/diddle">GitHub</a>. © {{ now.year }} Jan Tuomi. All rights reserved. + </p> +</div> {% endblock %} |
