From b6f6d0432382a205eab469cf1e61c50868f614a5 Mon Sep 17 00:00:00 2001 From: Andre D Date: Mon, 20 May 2013 11:44:26 -0700 Subject: [PATCH] api_docs: Add a captcha section. --- r2/r2/controllers/api_docs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/r2/r2/controllers/api_docs.py b/r2/r2/controllers/api_docs.py index dc7b71bc7..b3e03f09e 100644 --- a/r2/r2/controllers/api_docs.py +++ b/r2/r2/controllers/api_docs.py @@ -71,6 +71,9 @@ section_info = { }, 'wiki': { 'title': _('wiki'), + }, + 'captcha': { + 'title': _('captcha'), } }