2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 08:39:50 +01:00

dev config updated to Django 5.2

This commit is contained in:
2025-04-10 00:48:35 +01:00
parent da28aa7b22
commit 85185c23b4
4 changed files with 7 additions and 7 deletions

View File

@@ -148,7 +148,7 @@ def wrap_text(text):
single formatted string.
This function written by CoPilot.
BUT interactions between exisitng \n characters makes this much less simple than it appears.
BUT interactions between existing \n characters makes this much less simple than it appears.
"""
return text # abort all wrap processing pending proper redesign