version 0.2.0 replaces fromer version!
This commit is contained in:
parent
9419f166ce
commit
80252baf53
33 changed files with 3434 additions and 478 deletions
6
adapters/django/templates/whynot/_banner.html
Normal file
6
adapters/django/templates/whynot/_banner.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{# Banner.
|
||||
|
||||
{% include "whynot/_banner.html" with variant="success" title="Promoted" body="WNO-017 was promoted to Helix." %} #}
|
||||
<wn-banner variant="{{ variant|default:'info' }}"{% if title %} title="{{ title }}"{% endif %}{% if dismissible %} dismissible{% endif %}>
|
||||
{{ body }}
|
||||
</wn-banner>
|
||||
Loading…
Add table
Add a link
Reference in a new issue