RockefellerArchiveCenter/fornax

Use api.html to override Django Rest Framework base.html styling

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

This app reimplements Django Rest Framework's base.html template rather than extending it with api.html, as is recommended.

Describe the solution you'd like

Move custom code to api.html and extend base.html

Additional context

See argo for an example implementation.