Fix template
authorWill Kahn-Greene <willg@bluesock.org>
Thu, 12 Jul 2012 22:32:45 +0000 (18:32 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Mon, 16 Jul 2012 13:26:28 +0000 (09:26 -0400)
mediagoblin/plugins/flatpagesfile/templates/flatpagesfile/base.html

index 2b72a4774379f4647414d2e34c263b67bad88524..1cf9dd9ddca355b24ad9f6ea7ba2e3840b7e387b 100644 (file)
@@ -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" %}