refactor(common): 
convert common views to module

common views has been turned into a module, and the partial views that inhabited the view.py file are now part of the module's htmx submodule
Showing
- scipost_django/common/urls.py 3 additions, 3 deletionsscipost_django/common/urls.py
- scipost_django/common/views/__init__.py 0 additions, 0 deletionsscipost_django/common/views/__init__.py
- scipost_django/common/views/htmx.py 3 additions, 3 deletionsscipost_django/common/views/htmx.py
- scipost_django/finances/views.py 1 addition, 1 deletionscipost_django/finances/views.py
- scipost_django/funders/views.py 1 addition, 1 deletionscipost_django/funders/views.py
- scipost_django/journals/views.py 1 addition, 1 deletionscipost_django/journals/views.py
- scipost_django/ontology/views.py 1 addition, 1 deletionscipost_django/ontology/views.py
- scipost_django/profiles/views.py 1 addition, 1 deletionscipost_django/profiles/views.py
- scipost_django/submissions/views/__init__.py 1 addition, 1 deletionscipost_django/submissions/views/__init__.py
Loading
Please register or sign in to comment