diff --git a/fir_api/templates/fir_api/plugins/user_profile.html b/fir_api/templates/fir_api/plugins/user_profile.html index ee3e1267..21320bbc 100644 --- a/fir_api/templates/fir_api/plugins/user_profile.html +++ b/fir_api/templates/fir_api/plugins/user_profile.html @@ -6,9 +6,9 @@
FIR API - {% trans "API Access" %}
-

You need to be authenticated in order to use the API. It will accept session or token based authentication. - Tokens can be managed in the administration interface and should be specified as a request header.

- Example:
+

{% trans 'You need to be authenticated in order to use the API. It will accept session or token based authentication.' %} + {% trans 'Tokens can be managed in the administration interface and should be specified as a request header.

' %} + {% trans 'Example:' %}
X-Api: Token {{ user.auth_token.key }}