diff -r ef8b166a0993 -r bacf162c7b58 src/cm/urls.py --- a/src/cm/urls.py Wed Apr 25 09:25:39 2012 +0200 +++ b/src/cm/urls.py Mon May 07 09:10:45 2012 +0200 @@ -77,6 +77,9 @@ url(r'^text/(?P\w*)/history/$', text_history, name="text-history"), #url(r'^text/(?P\w*)/diff/(?P\w*)/(?P\w*)/$', text_diff, name="text-diff"), # url(r'^text/(?P\w*)/version/(?P\w*)/$', text_version, name="text-version"), + + # detached attachements! (used for saving images when just converting to HTML, without creating a text) + url(r'^attach/(?P\w*)/$', notext_attach, name="notext-attach"), # main client frame url(r'^text/(?P\w*)/comments_frame/$', text_view_frame, name="text-view-comments-frame"),