aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-#}
-{% extend "'mediagoblin/base.html" %}
+{% extends "mediagoblin/base.html" %}