Files @ 2a720bd46bb4
Branch filter:

Location: symposion_app/pinaxcon/templates/flatpages/default.html

Joel Addison
Tickets for LCA2021

Disable lots of inventory that does not exist for a virtual conf.
Add Swag Badge category and product.
Adjust attendee profile to hide irrelevant questions.
{% extends "site_base.html" %}

{% block head_title %}{{ flatpage.title }}{% endblock head_title %}

{% block content %}
<div class="row">
  <div class="col-md-1"></div>
  <div class="col-12 col-md-10 content text-page">
    {{ flatpage.content }}
  </div>
</div>
{% endblock content %}