Implement integer field randomisation

This commit is contained in:
2022-08-27 13:18:24 +01:00
parent 9b2d61831b
commit ba41a0b26b
6 changed files with 75 additions and 8 deletions

View File

@@ -28,7 +28,18 @@
{% endif %}
{% if delay is not None %}
<div class="nowrap-child">
<p>delayed by {{ delay }} days</p>
<div class="nowrap-child">
<i class="fa-solid fa-clock"></i>
</div>
delayed by {{ delay }} days
</div>
{% endif %}
{% if randomised is True %}
<div class="nowrap-child">
<div class="nowrap-child">
<i class="fa-solid fa-shuffle"></i>
</div>
integer fields randomised
</div>
{% endif %}
</div>