output files description and changelog
[django_unres.git] / django_simple / urls.py
index 302164a..cbcad00 100644 (file)
@@ -25,6 +25,9 @@ urlpatterns = [
         url(r'^input', 
             TemplateView.as_view(template_name='input.html'),
                 name='input'),
+        url(r'^output', 
+            TemplateView.as_view(template_name='outputs.html'),
+                name='output'),
         url(r'^changelog', 
             TemplateView.as_view(template_name='changelog.html'),
                 name='changelog'),