From 1e932c0b0b8fa945ac6588fdb5335445fe927ded Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 13 Feb 2014 14:44:05 +0000 Subject: [PATCH 1/2] fix typo in emed_filters typo --- wagtail/wagtailembeds/templatetags/embed_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/wagtailembeds/templatetags/embed_filters.py b/wagtail/wagtailembeds/templatetags/embed_filters.py index dac91cda0..5ca14a7cf 100644 --- a/wagtail/wagtailembeds/templatetags/embed_filters.py +++ b/wagtail/wagtailembeds/templatetags/embed_filters.py @@ -1,7 +1,7 @@ from django import template from django.utils.safestring import mark_safe -from wagtail.wagtailembeds.embed.embeds import get_embed +from wagtail.wagtailembeds.embeds.embed import get_embed register = template.Library() From c397a62d49d564b36b79650fe85a20e0451d3d86 Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Thu, 13 Feb 2014 15:33:53 +0000 Subject: [PATCH 2/2] Update README.rst with link to @spapas's tutorial --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 49231a78c..a55c3f011 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Find out more at `wagtail.io `_. Getting started ~~~~~~~~~~~~~~~ -To get you up and running quickly, we've provided a demonstration site with all the configuration in place, at `github.com/torchbox/wagtaildemo `_; see the `README `_ for installation instructions. +To get you up and running quickly, we've provided a demonstration site with all the configuration in place, at `github.com/torchbox/wagtaildemo `_; see the `README `_ for installation instructions. `Serafeim Papastefanos `_ has kindly written a `tutorial `_ with all the steps to build a simple Wagtail site from scratch. Contributing ~~~~~~~~~~~~