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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user