File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ _to see this in a real world example take a look at my other projects_ [Flask-Cm
5050 if new_flag:
5151 self ._context[' new_flag' ] = new_flag
5252 self ._context[' some_flag' ] = False
53- return self .render()
54- ```
53+ return self .render()
54+
55+ ```
5556
5657 - `BaseView.redirect(endpoint)`
5758 is a reimplementation of `flask.helpers.redirect` which allows you to directly enter the
@@ -76,13 +77,14 @@ _to see this in a real world example take a look at my other projects_ [Flask-Cm
7677 great for things like header navs or sidebar widgets
7778
7879 - `get_icon(icon_name,icon_lib)` < -- requires use of flask.ext.xxl.apps.blog
79- * flask.ext.xxl.apps.blog comes with 8 icon librarys!!!
80- - Glyphicon
81- - Font Awesome
82- - Mfg_Labs
83- - Elusive icons
84- - Genericons
85- - and more ...
80+ - flask.ext.xxl.apps.blog comes with 8 icon librarys!!!
81+ * Glyphicon
82+ * Font Awesome
83+ * Mfg_Labs
84+ * Elusive icons
85+ * Genericons
86+ * and more ...
87+
8688 access any icon anywhere in your templates! even from cms blocks!!!
8789
8890 - `get_model(model_name,blueprint_name)`
You can’t perform that action at this time.
0 commit comments