first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="buttons clearfix">
|
||||
<div class="pull-right">
|
||||
{% for button in buttons %}
|
||||
<a href="{{ button.link }}" class="btn btn-primary">{{ button.text }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user