Merge pull request #491 from dod-ccpo/default-headers

Suggestions from http://flask.pocoo.org/docs/1.0/security/
This commit is contained in:
George Drummond
2018-12-17 12:00:09 -05:00
committed by GitHub
2 changed files with 24 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
{% elif actions is iterable %}
{% for action in actions %}
<a href={{ action["href"] }} class='icon-link'>
<a href='{{ action["href"] }}' class='icon-link'>
{% if 'icon' in action %}{{ Icon(action["icon"]) }}{% endif %}
<span>{{ action["label"] }}</span>
</a>