539fa2dfdd
Add shirt types and sizes. Improve messaging about discounts. Restyle ticket wizard and product category screens. Enable page titles and messages. Update dashboard to hide raffle. Enable inventory population for dev container.
15 lines
350 B
HTML
15 lines
350 B
HTML
{% extends "site_base.html" %}
|
|
{% load staticfiles %}
|
|
{% load lca2018_tags %}
|
|
{% load i18n %}
|
|
|
|
{% block head_title %}{% block page_title %}{% endblock %}{% endblock %}
|
|
|
|
{% block content_base %}
|
|
{% block content %}
|
|
<div class="jumbotron rego-content">
|
|
{% block proposals_body %}
|
|
{% endblock %}
|
|
</div>
|
|
{% endblock content %}
|
|
{% endblock %}
|