diff --git a/gazhdict/addentry/views.py b/gazhdict/addentry/views.py index d71075a..7367f70 100644 --- a/gazhdict/addentry/views.py +++ b/gazhdict/addentry/views.py @@ -8,9 +8,9 @@ from django.forms import formset_factory # Create your views here. -def hello_world(request): +'''def hello_world(request): return render(request, 'hello_world.html', - {'current_time' : str(datetime.now()),}) + {'current_time' : str(datetime.now()),})''' @login_required #登入必要 def add_entry(request):