From bc0034f492b785a6792c675de41325c4fbeeb0c9 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 27 Jul 2010 14:35:38 +0200 Subject: [PATCH] Added stars for approved extensions --- flask_website/static/approved.png | Bin 0 -> 477 bytes flask_website/static/style.css | 3 +++ flask_website/templates/extensions/index.html | 5 ++++- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 flask_website/static/approved.png diff --git a/flask_website/static/approved.png b/flask_website/static/approved.png new file mode 100755 index 0000000000000000000000000000000000000000..136f244193e663b52676ea518497a530e90fb571 GIT binary patch literal 477 zcmV<30V4j1P)vdAq&-ln>JRU#s@`mxocop7NxC;-3LgBhtEK;RX zp=z~C{O&LD%9hI|MNyPvGMVIlu~guide on creating extensions. {% for extension in extensions %}
-

{{ extension.name }}

+ {{ extension.name }}
{{ extension.description }} + {%- if extension.approved %} +

This is an approved extension. + {%- endif %}

Author: