From cdc23acb6a75c8af0b1df98fdb4198231dbf88ea Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Sat, 4 Feb 2023 18:53:01 +0100 Subject: [PATCH] . --- labellabor/urls.py | 2 +- templates/_base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/labellabor/urls.py b/labellabor/urls.py index a93fe7c..36214d8 100644 --- a/labellabor/urls.py +++ b/labellabor/urls.py @@ -30,7 +30,7 @@ urlpatterns = format_suffix_patterns(urlpatterns) urlpatterns = [ path('api/v1/labelbase//label//', api.label), - path('docs/', include_docs_urls(title='Labelbase Docs')), + path('docs/', include_docs_urls(title='Labelbase API')), path( '', diff --git a/templates/_base.html b/templates/_base.html index f14fdf2..94166cc 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -232,7 +232,7 @@ body { {% trans "Account Security" %}
  •