From a0f35bbcd353379d8825c7b6734182ce292f1cbd Mon Sep 17 00:00:00 2001 From: Sebastian Slomski Date: Fri, 26 Feb 2016 09:51:58 +0100 Subject: [PATCH] Fixed file name in documentation for custom templates. --- docs/source/Custom-Templates.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/Custom-Templates.rst b/docs/source/Custom-Templates.rst index 671f41ac5f..a571364a78 100644 --- a/docs/source/Custom-Templates.rst +++ b/docs/source/Custom-Templates.rst @@ -9,9 +9,9 @@ Each form field widget is rendered using a template: You may write a custom template for your channel: -- yourapp/templates/ajax_select/{channel}_autocomplete.html -- yourapp/templates/ajax_select/{channel}_autocompleteselect.html -- yourapp/templates/ajax_select/{channel}_autocompleteselectmultiple.html +- yourapp/templates/ajax_select/autocomplete_{channel}.html +- yourapp/templates/ajax_select/autocompleteselect_{channel}.html +- yourapp/templates/ajax_select/autocompleteselectmultiple_{channel}.html And customize these blocks::