diff options
Diffstat (limited to 'core/views_other.py')
-rw-r--r-- | core/views_other.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/views_other.py b/core/views_other.py index 67cd01a..f9a4661 100644 --- a/core/views_other.py +++ b/core/views_other.py @@ -1,5 +1,5 @@ from troggle.core.models import Cave, Expedition, Person, LogbookEntry, PersonExpedition, PersonTrip, DPhoto, QM -from troggle.core.forms import UploadFileForm +#from troggle.core.forms import UploadFileForm from django.conf import settings from django import forms from django.template import loader, Context @@ -259,8 +259,8 @@ def newFile(request, pslug = None): # "TU": py.time_underground, # "author": py.is_logbook_entry_author} # for py in previouslbe.persontrip_set.all()]) - else: - fileform = UploadFileForm() # An unbound form +# else: +# fileform = UploadFileForm() # An unbound form return render_with_context(request, 'editfile.html', { 'fileForm': fileform, |