{% extends "bootstrap/base.html" %} {% block styles %} {{super()}} {% endblock %} {% block title %}Wigan Homebrew Club Competition Entry{% endblock %} {% block content %}

Wigan Homebrew Club Competition Entry

{% if error == None %}

You have been entered into the competition to brew a {{ brew_name }}, which will be judged at the meeting in {{ brew_month }}.

To make sure your beer isn't easily identifiable, most people tend to use brown bottles of either 330ml or 500ml size. You probably don't want to put your own label on the bottle!


{% else %}

Unfortunately it has not been possible to enter you into the competition at this time

{% endif %}
{% endblock %}