{% extends 'base.html' %} {% block content %}

Here are the top 4 ideas:

{% for i in ideas %}

{{i[0]}}

{% endfor %}

{{ form.idea.label }} {{ form.idea() }}

{{ form.submit() }}

Press here to view the main 5 solutions.

{% endblock %}