Add missing block tag

This commit is contained in:
Basraah 2017-09-03 09:09:48 +10:00 committed by GitHub
parent dc8ed2d510
commit 1b1b692ac0

View File

@ -2,6 +2,8 @@
{% load i18n %} {% load i18n %}
{% block title %}Fleet Participation{% endblock %} {% block title %}Fleet Participation{% endblock %}
{% block page_title %}{% trans "Fleet Participation" %}{% endblock %} {% block page_title %}{% trans "Fleet Participation" %}{% endblock %}
{% block content %}
<div class="col-lg-12"> <div class="col-lg-12">
<h1 class="page-header text-center">{% trans "Character not found!" %}</h1> <h1 class="page-header text-center">{% trans "Character not found!" %}</h1>
<div class="col-lg-12 container" id="example"> <div class="col-lg-12 container" id="example">