From 763f7010bd291040e523770730eb18cfda0956fe Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 31 May 2010 21:18:23 +0200 Subject: [PATCH] Linked to extension development docs --- flask_website/templates/extensions/creating.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flask_website/templates/extensions/creating.html b/flask_website/templates/extensions/creating.html index ab61cada..fa2c6e8f 100644 --- a/flask_website/templates/extensions/creating.html +++ b/flask_website/templates/extensions/creating.html @@ -39,4 +39,10 @@ so your extension should sooner or later end up here. If this is not quick enough for you, send me a mail. +

+ If you need some help on extension development check out the + guide on extension development and consider joining the + mailinglist + and IRC channel. {% endblock %}