diff --git a/webroot/AutoSa/AutoSa/urls.py b/webroot/AutoSa/AutoSa/urls.py index b94a76541..4d2999d97 100644 --- a/webroot/AutoSa/AutoSa/urls.py +++ b/webroot/AutoSa/AutoSa/urls.py @@ -31,4 +31,5 @@ urlpatterns = patterns('', (r'^chgKey/$', views.chgKey), (r'^upFile/$', views.upFile), (r'^downFile/$', views.downFile), + (r'^logView/$', views.logView), ) diff --git a/webroot/AutoSa/templates/logView.html b/webroot/AutoSa/templates/logView.html index 096ffb94b..88f2b85e9 100644 --- a/webroot/AutoSa/templates/logView.html +++ b/webroot/AutoSa/templates/logView.html @@ -32,4 +32,19 @@ + {% endblock %} \ No newline at end of file