Skip to content
Snippets Groups Projects
Commit 0545a429 authored by Alice Heaton's avatar Alice Heaton
Browse files

Merge pull request #2 from aptivate/dashboard-chart-titles

small ui bug fixes on dashboard widgets
parents cbf2c345 8d7dcfa4
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div class='panel panel-default'>
<div class='panel-heading'>
<span class='fa fa-bar-chart-o fa-fw'></span>
<h2>{{name}}</h2>
<h2>{{title}}</h2>
</div>
<div class='panel-body'>
<div class='flot-chart'
......
{% load render_table from django_tables2 %}
<div class='panel panel-default'>
<div class='panel-heading'>
<span class='fa fa-table fa-w'></span>
{{ title }}
<span class='fa fa-table fa-fw'></span>
<h2>{{ title }}</h2>
</div>
<div class='panel-body'>
{% render_table table %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment