Skip to content

Commit b4c69eb

Browse files
committed
jinja2: updated style for generic "Edit Items" button
1 parent c5b3855 commit b4c69eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/roundup/templates/jinja2/html/_generic.index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<br>
3737
<input name="@csrf" type="hidden" value="{{ utils.anti_csrf_nonce() }}">
3838
<input type="hidden" name="@action" value="editCSV">
39-
<input type="submit" value="{% trans %}Edit Items{% endtrans %}">
39+
<input class="btn btn-success" type="submit" value="{% trans %}Edit Items{% endtrans %}">
4040
</form>
4141
{% endif %}
4242

0 commit comments

Comments
 (0)