Add additional tests and refactor

This commit is contained in:
Imdad Ahad
2016-10-28 10:47:32 +01:00
parent 5ecdbb8596
commit 2676ee9bcf
3 changed files with 43 additions and 35 deletions

View File

@@ -13,12 +13,12 @@
{{ browse_list(services) }}
{% if can_add_service %}
{{ browse_list([
{
'title': 'Add a new service…',
'link': url_for('.add_service')
},
]) }}
{{ browse_list([
{
'title': 'Add a new service…',
'link': url_for('.add_service')
},
]) }}
{% endif %}