Commit ad311ac79870942736bb5aaa51c6c961a1896100
1 parent
7ec70c77
Exists in
master
and in
2 other branches
Bulletin data display adjust
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
bulletin/templates/bulletin/view.html
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | <th style="text-align:center" colspan="3">Dados Individuais</th> |
68 | 68 | </tr> |
69 | 69 | <tr> |
70 | - <th style="text-align:center" colspan="">Desejada</th> | |
70 | + <th style="text-align:center">Desejada</th> | |
71 | 71 | <th style="text-align:center">Estabelecida</th> |
72 | 72 | <th style="text-align:center">Alcançada</th> |
73 | 73 | </tr> |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | <td>{{ meta.description }}</td> |
79 | 79 | <td></td> |
80 | 80 | <td style="text-align:center">{{ meta.desejada }} %</td> |
81 | - <td style="text-align:center"> %</td> | |
81 | + <td style="text-align:center">{{ meta.estabelecida }} %</td> | |
82 | 82 | <td style="text-align:center">%</td> |
83 | 83 | </tr> |
84 | 84 | ... | ... |