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.
19 lines
498 B
HTML
19 lines
498 B
HTML
{% extends "content_page.html" %}
|
|
{% load staticfiles %}
|
|
|
|
{% block head_title %}{% block page_title %}{% endblock %}{% endblock %}
|
|
|
|
{% block content_base %}
|
|
{% block utility_body_outer %}
|
|
<div class="l-content-page">
|
|
<div class="l-content-page--richtext">
|
|
{% block content %}
|
|
<div class="jumbotron">
|
|
{% block utility_body %}
|
|
{% endblock %}
|
|
</div>
|
|
{% endblock content %}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% endblock %}
|