First time setup improvements

This commit is contained in:
2018-12-21 12:28:06 +02:00
parent 899de7adf5
commit 022d3aa4f5
9 changed files with 77 additions and 24 deletions

View File

@ -8,10 +8,10 @@
<h1>Step 1: Set up YouTube API key (optional)</h1>
<p>This program uses the YouTube API in order to obtain information about videos, channels and playlists.
In order to access this API, YouTube requires that we register on their site and request an API key. YouTube
uses this key in order to limit the number of requests made to their platform, in order to prevent abuses.</p>
To access this API, YouTube requires users to register on their site and request an API key. YouTube
uses this key to control access and limit the number of requests made to their platform, in order to prevent abuses.</p>
<p>To use this program, it is <em>recommended</em> that you create an API key for your own account. While a key
<p>To use this program, it is <em>recommended</em>, but not required, that you create an API key for your own account. While a key
is already provided the developer, there is a chance that the quota limits will be reached, which will prevent
this program from reaching YouTube. Follow the steps below, or press <strong>Skip</strong> to use the provided key.</p>
@ -59,8 +59,6 @@
{% crispy form %}
<a href="{% url 'first_time_2' %}">Skip</a>
</div>
{% endblock body %}

View File

@ -24,12 +24,6 @@
{% endif %}
{% endif %}
{% if is_first_user %}
<div class="alert alert-info" role="alert">
Since this is the first user to register, it will be the system administrator.
</div>
{% endif %}
<h5>Register</h5>
{% crispy form %}