remove loader image from oauth callback redirect (looks better)
This commit is contained in:
parent
838c9d6e64
commit
86be4c92b5
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
<form action="{% url 'editor.finalize' %}" method="POST" name="redirect">
|
<form action="{% url 'editor.finalize' %}" method="POST" name="redirect">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<input type="hidden" name="data" value="{{ data }}">
|
<input type="hidden" name="data" value="{{ data }}">
|
||||||
<img src="{% static 'img/loader.gif' %}">
|
|
||||||
Redirecting…
|
Redirecting…
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue