Skip to content

Commit 3ff259f

Browse files
committed
fixed email template
1 parent f3119ec commit 3ff259f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

steepshot_io/templates/email.html

+6
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@
3131
<td>{{ urgency }}</td>
3232
</tr>
3333
{% endif %}
34+
{% if urgency %}
35+
<tr>
36+
<td>Request date</td>
37+
<td>{{ created_at }}</td>
38+
</tr>
39+
{% endif %}
3440
</tbody>
3541
</table>

0 commit comments

Comments
 (0)