mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-20 14:01:25 +00:00
added margin-bottom: 5.5rem to register.html
This commit is contained in:
parent
321fedc277
commit
fe381e0742
@ -7,7 +7,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
{% include 'components/message.html' %}
|
{% include 'components/message.html' %}
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST" style="margin-bottom: 5.5rem;">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{form|crispy}}
|
{{form|crispy}}
|
||||||
<a href="https://imdb-api.com/Identity/Account/Register">Get API Key</a><br>
|
<a href="https://imdb-api.com/Identity/Account/Register">Get API Key</a><br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user