1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

custom css

This commit is contained in:
ilearnit
2018-04-08 14:11:13 +08:00
parent f54fbaba22
commit a3e9dd23b4
11 changed files with 60 additions and 12 deletions

View File

@@ -154,6 +154,7 @@ urlpatterns = [
### Misc ###
url(r'^image-view/(?P<filename>.*)$', image_view, name='image_view'),
url(r'^custom-css/$', custom_css_view, name='custom_css'),
url(r'^i18n/$', i18n, name='i18n'),
url(r'^convert_cmmt_desc_link/$', convert_cmmt_desc_link, name='convert_cmmt_desc_link'),
url(r'^modules/toggle/$', toggle_modules, name="toggle_modules"),