We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704e085 commit 16f15bbCopy full SHA for 16f15bb
1 file changed
hypha/apply/projects/reports/templates/reports/report_detail.html
@@ -16,9 +16,9 @@
16
17
{% block content %}
18
<div class="wrapper wrapper--sidebar wrapper--outer-space-medium">
19
- <div class="grow">
+ <article class="grow">
20
<div class="flex gap-x-4 mb-4 text-xs text-fg-muted">
21
- <span style="margin-inline-end: 15px;">
+ <span>
22
{% trans "Submitted " %}
23
<strong class="font-semibold">
24
<relative-time datetime={{ object.submitted|date:"c" }}>
@@ -79,7 +79,7 @@ <h4>{% trans "Attachments" %}</h4>
79
{% endfor %}
80
{% endif %}
81
</section>
82
- </div>
+ </article>
83
<aside class="sidebar">
84
{% if request.user.is_apply_staff or report.previous or report.next %}
85
<div class="card card-border shadow-xs">
0 commit comments