diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-11-08 17:25:17 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-11-08 17:25:17 +0100 |
| commit | 60d27fe7da57ad2325157296d97f35aaf8546da5 (patch) | |
| tree | aabdd6034cb36ef8c0d9a7f5f077350b62c50295 | |
| parent | 72f63bd24d44b5a4f24ad8fa27ebba96d9a507d8 (diff) | |
Fixed a typo in admindocs template
Thanks Reza Mohammadi for the report.
| -rw-r--r-- | django/contrib/admindocs/templates/admin_doc/model_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admindocs/templates/admin_doc/model_detail.html b/django/contrib/admindocs/templates/admin_doc/model_detail.html index c1e2bf1e22..77c8c2430c 100644 --- a/django/contrib/admindocs/templates/admin_doc/model_detail.html +++ b/django/contrib/admindocs/templates/admin_doc/model_detail.html @@ -49,6 +49,6 @@ </table> </div> -<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% trans 'Back to Models Documentation' %}</a></p> +<p class="small"><a href="{% url 'django-admindocs-models-index' %}">‹ {% trans 'Back to Model Documentation' %}</a></p> </div> {% endblock %} |
