From e3475bd9b155142b53b7d68eb1a448accc95e14c Mon Sep 17 00:00:00 2001 From: Őry Máté <ory.mate@cloud.bme.hu> Date: Mon, 9 Sep 2013 15:25:47 +0200 Subject: [PATCH] dashboard: remove index jumbotron --- circle/dashboard/templates/dashboard/index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/circle/dashboard/templates/dashboard/index.html b/circle/dashboard/templates/dashboard/index.html index 6458228..7891dac 100644 --- a/circle/dashboard/templates/dashboard/index.html +++ b/circle/dashboard/templates/dashboard/index.html @@ -2,14 +2,8 @@ {% load i18n %} {% block title-page %}{% trans "Dashboard" %}{% endblock %} -{% block content %} -<!-- Main jumbotron for a primary marketing message or call to action --> -<div class="jumbotron"> - <h1>Hello, world!</h1> - <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p> - <p><a class="btn btn-primary btn-large">Learn more »</a></p> -</div> +{% block content %} <div class="body-content dashboard-index"> <div class="row"> -- libgit2 0.26.0