You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
368 B

{% extends "base.html" %}
{% load crispy_forms_tags %}
{% block content %}
<div class="row">
<div class="col-sm-12">
<div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">Empty landing page!</h3></div>
<div class="panel-body">
Click on dashboard above to get an overview.
</div>
</div>
</div>
</div>
{% endblock %}