aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2012-07-12 18:32:45 -0400
committerWill Kahn-Greene <willg@bluesock.org>2012-07-16 09:26:28 -0400
commit8815541c2628c40190319c70f6227b32e0e35bf2 (patch)
tree4296aee1ea9386600cf5c010f450c89c6d990332
parent4bd65f69c710268404e1b1fdaac68db069558584 (diff)
downloadmediagoblin-8815541c2628c40190319c70f6227b32e0e35bf2.tar.lz
mediagoblin-8815541c2628c40190319c70f6227b32e0e35bf2.tar.xz
mediagoblin-8815541c2628c40190319c70f6227b32e0e35bf2.zip
Fix template
-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" %}