252697b842
Upgrade site and modules to Django 2.2. Remove and replace obsolete functionality with current equivalents. Update requirements to latest versions where possible. Remove unused dependencies.
15 lines
345 B
HTML
15 lines
345 B
HTML
{% extends "site_base.html" %}
|
|
{% load static %}
|
|
{% 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 %}
|