2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-19 03:37:13 +00:00

fix bug and make table better

This commit is contained in:
2025-10-22 23:12:11 +03:00
parent ac50d28d36
commit 43b3d712a7
4 changed files with 20 additions and 10 deletions

View File

@@ -150,6 +150,8 @@ def controlpanel(request):
def folk_export(request):
"""Recreates the folk.csv file from the database contents
WORK IN PROGRESS JULY 2025
THIS DOES NOT CHECK IN THE FILE with git
"""
def deslugify(slug):
deslug = slug.replace("-"," ",1).title()