Mass yt publishing.
[audio.git] / src / archive / templates / archive / book.html
index b3ead74..6f7bf1c 100644 (file)
           {% endwith %}
         </tbody>
       </table>
+      <form method="post" action="{% url 'youtube_book_publish' view.kwargs.slug %}">
+        {% csrf_token %}
+        <button class="btn btn-primary">
+          Opublikuj wszystko na YouTube
+        </button>
+      </form>
     </div>
 {% endblock %}