Fix for ticket:130.
[htsworkflow.git] / templates / sample_summary.html
index f05a6340a64552bfa561e34073d09ccd941b7114..d0c911f3e94a9f2efba9fd259d5887a268f93922 100644 (file)
@@ -1,14 +1,15 @@
 <h2>Sample Summary</h2>
 
 [ <a href="{{ sample.get_absolute_url }}edit/">Edit</a> | <a href="{{ sample.get_absolute_url }}print/">Print Label</a> ]<br />
+<br />
 
 {% if msg %}
 <div class="msg">
     {{ msg }}
 </div>
+<br />
 {% endif %}
 
-<br />
 <b>Name:</b> {{ sample.name }}<br />
 <b>SampleID:</b> {{ sample.sampleid }}<br />
 <b>Type:</b> {{ sample.sample_type.name }}<br />