diff --git a/mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html b/mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html index 2b72a477..1cf9dd9d 100644 --- a/mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html +++ b/mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html @@ -15,4 +15,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -#} -{% extend "'mediagoblin/base.html" %} +{% extends "mediagoblin/base.html" %}