Files @ 61d1416b0652
Branch filter:

Location: symposion_app/pinaxcon/templates/homepage.html

Sachi King
Convert to bootstrap tab configuration

This was broken due to being something not bootstrap for tabs.

Convert to tab layout, just like reviewers page already is.
{% extends "site_base.html" %}

{% load i18n %}

{% block head_title %}{% trans "Welcome" %}{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}
  {{ page.body }}
{% endblock %}