Skip to content

Commit 16f15bb

Browse files
committed
Minor adjustments to report template.
1 parent 704e085 commit 16f15bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hypha/apply/projects/reports/templates/reports/report_detail.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
{% block content %}
1818
<div class="wrapper wrapper--sidebar wrapper--outer-space-medium">
19-
<div class="grow">
19+
<article class="grow">
2020
<div class="flex gap-x-4 mb-4 text-xs text-fg-muted">
21-
<span style="margin-inline-end: 15px;">
21+
<span>
2222
{% trans "Submitted " %}
2323
<strong class="font-semibold">
2424
<relative-time datetime={{ object.submitted|date:"c" }}>
@@ -79,7 +79,7 @@ <h4>{% trans "Attachments" %}</h4>
7979
{% endfor %}
8080
{% endif %}
8181
</section>
82-
</div>
82+
</article>
8383
<aside class="sidebar">
8484
{% if request.user.is_apply_staff or report.previous or report.next %}
8585
<div class="card card-border shadow-xs">

0 commit comments

Comments
 (0)