Files
edx-platform/cms/djangoapps/contentstore/views
Andy Armstrong 651d1afbf8 Add the ability to view templates in a browser in development mode
This adds a simple mechanism to view any template file directly in a browser. The intention is that we can use this to build up reference HTML files which illustrate common UX patterns. We can then view the resulting pages without having to have a working implementation.

In development mode, the URL is /template followed by the path to the template file. For example, you can view the 404 page at:

    /template/404.html

You can also supply string parameters to the template by specifying them as query parameters in the URL.

e.g.  /template/my_template?name=Foo
2014-02-07 14:56:35 -05:00
..
2013-10-22 21:45:03 +03:00
2014-01-14 17:04:44 -05:00
2014-01-30 16:20:36 -05:00
2014-01-30 16:20:36 -05:00
2013-12-03 14:15:09 -05:00
2013-12-03 14:15:09 -05:00
2013-09-06 09:45:59 -04:00
2014-01-23 15:05:05 -05:00
2014-01-27 07:49:22 +02:00