{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
{% csrf_token %}

Find Locations in DC

{% if performed_search %} {% if results.object_list %}

Results for {{ search_query }}

{% else %}

No Results for {{ search_query }}

No locations in the Drinkkit database match what you're looking for. If where you are isn't listed, you should feel free to add it so other Redditors can find it!

{% endif %} {% endif %} {% endblock %}