source: djangobb_forum/templates/djangobb_forum/post_preview.html @ 383:60b74ba08e2c

Last change on this file since 383:60b74ba08e2c was 383:60b74ba08e2c, checked in by slav0nic <slav0nic0@…>, 19 months ago

added django 1.3 statifiles support; rename media/forum -> media/djangobb_forum

File size: 142 bytes
Line 
1<head>
2<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}djangobb_forum/css/pygments.css" />
3</head>
4<body>
5{{ data|safe }}
6</body>
Note: See TracBrowser for help on using the repository browser.