mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Welcome wizard UX: Use primary color for button
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
<p>{{ text }}</p>
|
||||
{% endif %}
|
||||
{% if button_text %}
|
||||
<p><a href="{{ button_url }}" class="btn btn-default btn-lg">{{ button_text }}</a></p>
|
||||
<p><a href="{{ button_url }}" class="btn btn-primary btn-lg">{{ button_text }}</a></p>
|
||||
{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user