equal
deleted
inserted
replaced
29 </body> |
29 </body> |
30 |
30 |
31 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-text.css"> |
31 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-text.css"> |
32 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-text-styles.css"> |
32 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-text-styles.css"> |
33 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-style-comment.css"> |
33 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-style-comment.css"> |
34 <!--<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-style-gray.css"> |
34 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-style-gray.css"> |
35 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-style-notelike.css">--> |
35 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/site/text_view_comments/c-style-notelike.css"> |
36 <!-- date library, to be used by filter, maybe get rid of that when decent date parsing is offered elsewhere --> |
36 <!-- date library, to be used by filter, maybe get rid of that when decent date parsing is offered elsewhere --> |
37 <!-- we're round tripping from object python date to str back to date to filter, TODO consider setting the date from python... --> |
37 <!-- we're round tripping from object python date to str back to date to filter, TODO consider setting the date from python... --> |
38 <script type="text/javascript" src="{{ MEDIA_URL }}js/lib/flexible-js-formatting/dates/date-functions.js"></script> |
38 <script type="text/javascript" src="{{ MEDIA_URL }}js/lib/flexible-js-formatting/dates/date-functions.js"></script> |
39 |
39 |
40 <script type="text/javascript"> |
40 <script type="text/javascript"> |