mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-13 22:17:07 +00:00
remove tinyMCE more
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import csv
|
||||
import datetime
|
||||
import os
|
||||
import pickle
|
||||
import re
|
||||
import time
|
||||
import pickle
|
||||
import shelve
|
||||
|
||||
from django.conf import settings
|
||||
@@ -205,7 +205,7 @@ def EnterLogIntoObjStore(year, date, tripcave, triptitle, text, trippeople, tu,
|
||||
# or design a different way to do it.
|
||||
#trippersons, author = GetTripPersons(trippeople, expedition, logtime_underground)
|
||||
# if not author:
|
||||
# print(" ! - Skipping logentry: " + title + " - no author for entry")
|
||||
# print(" ! - Skipping logentry: " + title + " - no RECOGNISED author for entry")
|
||||
# message = " ! - Skipping logentry: %s - no author for entry in year '%s'" % (title, expedition.year)
|
||||
# DataIssue.objects.create(parser='logbooks', message=message)
|
||||
# logdataissues[tid+"author"]=message
|
||||
|
||||
Reference in New Issue
Block a user