mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Externalize more resources, implement Content-Security-Policy headers
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
{% endblocktrans %}</p>
|
||||
<form method="post" action="">
|
||||
{% csrf_token %}
|
||||
<button class="btn btn-primary pull-right" type="submit" style="margin-bottom: 10px">
|
||||
<button class="btn btn-primary pull-right helper-space-below" type="submit">
|
||||
<span class="icon icon-upload"></span> {% trans "Continue" %}
|
||||
</button>
|
||||
<div class="flipped-scroll-wrapper" style="clear: both;">
|
||||
<div class="flipped-scroll-wrapper clearfix">
|
||||
<table class="table table-condensed flipped-scroll-inner">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<input type="hidden" name="confirm" value="true" />
|
||||
|
||||
</table>
|
||||
<button class="btn btn-primary btn-lg pull-right" type="submit" style="margin-bottom: 10px">
|
||||
<button class="btn btn-primary btn-lg pull-right helper-space-below" type="submit">
|
||||
<span class="icon icon-upload"></span> {% trans "Confirm" %}
|
||||
</button>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
Reference in New Issue
Block a user