Right-align 'Generate PDF' button
This commit is contained in:
parent
20a0c7b2e7
commit
5024a79842
|
@ -102,13 +102,16 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div style="text-align: right; margin-bottom: 2em;">
|
||||
<a href="javascript:void(0)"
|
||||
class="wipe up-wipe"
|
||||
style="margin-bottom: 1em;"
|
||||
{% if letter_errors %}
|
||||
onclick="clearErrors();document.getElementById('letter-form').submit()"
|
||||
{% else %}
|
||||
onclick="document.getElementById('letter-form').submit()"
|
||||
{% endif %}
|
||||
>Generate PDF</a>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in New Issue