horizon/horizon
Christian Berendt 31f7f50ff1 Unify the syntax used for the {% ... %} delimter in Jinja2 templates
According to the Jinja2 documentation the preferred usage for
the syntax of the {% ... %} delimter is {% ... %}. This patch
changes all occurcens of {%... and ...%} to {% ... %}.

Change-Id: I49243a16b71237bea47bc29f11508e16e77e3621
2015-01-19 20:58:15 +01:00
..
browsers Fix Flake8 style warnings in horizon/ 2014-07-29 20:38:49 +00:00
conf Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
contrib Datepicker locale support 2014-09-23 14:24:48 +00:00
forms Ability to change modal form backdrop element behavior 2014-12-10 12:40:20 +03:00
locale Imported Translations from Transifex 2015-01-07 06:08:11 +00:00
management Fixed several typos in comments 2014-05-24 14:42:14 -05:00
static/horizon Merge "Tests pass in languages other than English" 2015-01-15 15:37:14 +00:00
tables some FilterAction attributes don't show in docs 2015-01-12 14:41:34 -08:00
tabs Remove NotImplementedErrors from "virtual" methods 2014-09-02 11:31:05 +02:00
templates Unify the syntax used for the {% ... %} delimter in Jinja2 templates 2015-01-19 20:58:15 +01:00
templatetags Fix dashboard nav, when panelgroup empty 2014-11-25 14:43:29 +01:00
test Separate static_settings.py from settings.py 2015-01-15 09:23:59 +01:00
utils Merge "Adds ability to set default log length" 2015-01-10 22:58:17 +00:00
workflows Ability to change modal form backdrop element behavior 2014-12-10 12:40:20 +03:00
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py KeyError on getting PanelGroup 2014-12-01 09:36:47 -05:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
exceptions.py Split large methods into submethods to reduce max-complexity 2014-12-05 13:30:41 +09:00
loaders.py Always split template names on forward slash 2014-09-23 11:38:34 +03:00
messages.py Uniquify horizon messages returned in a single response 2014-09-17 13:45:07 +00:00
middleware.py Horizon login page contains DOS attack mechanism 2014-12-08 16:38:37 -07:00
models.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
site_urls.py Fix E128 errors in horizon/ 2014-10-15 13:50:07 +09:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py Remove NotImplementedErrors from "virtual" methods 2014-09-02 11:31:05 +02:00