Added icons to buttons in TrainingForm.
This commit is contained in:
@@ -98,7 +98,10 @@
|
||||
<div id="block_topic_6">
|
||||
{% bootstrap_field form.course_topic_6 show_label=False %}
|
||||
</div>
|
||||
<button type="button" id="button_add_topic" class="btn btn-info" onclick="addTopic()">{% trans 'Weiteren Absatz hinzufügen' %}</button>
|
||||
<button type="button" id="button_add_topic" class="btn btn-info" onclick="addTopic()">
|
||||
{% bootstrap_icon 'plus' %} 
|
||||
{% trans 'Weiteren Absatz hinzufügen' %}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"> </div>
|
||||
@@ -126,7 +129,10 @@
|
||||
<div id="block_goal_6">
|
||||
{% bootstrap_field form.course_goal_6 show_label=False %}
|
||||
</div>
|
||||
<button type="button" id="button_add_goal" class="btn btn-info" onclick="addGoal()">{% trans 'Weiteren Absatz hinzufügen' %}</button>
|
||||
<button type="button" id="button_add_goal" class="btn btn-info" onclick="addGoal()">
|
||||
{% bootstrap_icon 'plus' %} 
|
||||
{% trans 'Weiteren Absatz hinzufügen' %}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row"> </div>
|
||||
|
||||
Reference in New Issue
Block a user