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

Could not find go/{{ shorthand }}

Would you like to create go/{{ shorthand }}
{% if candidates %}

Did you mean:

{% for candidate in candidates %}
go/{{ candidate.label }}
{% endfor %} {% endif %}
{% endblock %}