Skip to content
Snippets Groups Projects
Commit f810ca64 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Display fix

parent a45f52fe
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,16 @@
</div>
{% endfor %}
<td>
Visit finished: {% if visFinished %}<button type="button" class="btn btn-block btn-danger">YES</button>
{% else %}<button type="button" class="btn btn-block btn-success">NO</button>
{% endif %}
</td>
<div class="col-md-6 form-group">
<label class="col-sm-4 control-label">
Visit finished
</label>
<div class="col-sm-8">
{% if visFinished %}<button type="button" class="btn btn-block btn-danger">YES</button>
{% else %}<button type="button" class="btn btn-block btn-success">NO</button>
{% endif %}
</div>
</div>
</div><!-- /.box-body -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment