From 60ad490c1ff33637850a30761729719cc0a1138b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 7 Nov 2014 20:51:35 +0100 Subject: [PATCH] remove unused label --- best_practices/templates.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/best_practices/templates.rst b/best_practices/templates.rst index 36b6267ab30..4783cb37aa7 100644 --- a/best_practices/templates.rst +++ b/best_practices/templates.rst @@ -22,8 +22,6 @@ In addition, Twig is the only template format with guaranteed support in Symfony 3.0. As a matter of fact, PHP may be removed from the officially supported template engines. -.. _best_practices-template-location: - Template Locations ------------------