more accurate expiry date

master
Aevann 2024-11-18 13:46:48 +02:00
parent 13dc8e3c03
commit 4af47b49d4
8 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@
{% endwith %} {% endwith %}
</td> </td>
<td data-time="{{block.created_utc}}"></td> <td data-time="{{block.created_utc}}"></td>
<td data-time="{{block.created_utc+2592000}}"></td> <td data-time="{{block.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>

View File

@ -200,7 +200,7 @@
{% endwith %} {% endwith %}
</td> </td>
<td data-time="{{blacklist.created_utc+2592000}}"></td> <td data-time="{{blacklist.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>

View File

@ -32,7 +32,7 @@
{% endwith %} {% endwith %}
</td> </td>
<td data-time="{{exile.created_utc}}"></td> <td data-time="{{exile.created_utc}}"></td>
<td data-time="{{exile.created_utc+2592000}}"></td> <td data-time="{{exile.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>

View File

@ -27,7 +27,7 @@
{% endwith %} {% endwith %}
</td> </td>
<td data-time="{{mute.created_utc}}"></td> <td data-time="{{mute.created_utc}}"></td>
<td data-time="{{mute.created_utc+2592000}}"></td> <td data-time="{{mute.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>

View File

@ -16,7 +16,7 @@
<tr> <tr>
<td>{% include "user_in_table.html" %}</td> <td>{% include "user_in_table.html" %}</td>
<td data-time="{{block.created_utc}}"></td> <td data-time="{{block.created_utc}}"></td>
<td data-time="{{block.created_utc+2592000}}"></td> <td data-time="{{block.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>

View File

@ -25,7 +25,7 @@
</td> </td>
{% endif %} {% endif %}
<td data-time="{{block.created_utc}}"></td> <td data-time="{{block.created_utc}}"></td>
<td data-time="{{block.created_utc+2592000}}"></td> <td data-time="{{block.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>

View File

@ -16,7 +16,7 @@
<tr> <tr>
<td>{% include "user_in_table.html" %}</td> <td>{% include "user_in_table.html" %}</td>
<td data-time="{{mute.created_utc}}"></td> <td data-time="{{mute.created_utc}}"></td>
<td data-time="{{mute.created_utc+2592000}}"></td> <td data-time="{{mute.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>

View File

@ -24,7 +24,7 @@
</td> </td>
{% endif %} {% endif %}
<td data-time="{{mute.created_utc}}"></td> <td data-time="{{mute.created_utc}}"></td>
<td data-time="{{mute.created_utc+2592000}}"></td> <td data-time="{{mute.created_utc+2678400}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>