{% extends "base_app.html" %} {% block title %} Share Notebook - Codenode {% endblock %} {% block content %}
{#{% if form.errors %}

Please correct the errors below: {{ form.non_field_errors }}

{% endif %}#}

Share this Notebook

‹‹ Back to the Notebook

This Notebook is already shared with: {{ sharedusers|join:", " }}

{{ form.as_table }}

All Users: {{ allusers|join:", " }}

Link for Sharing

{% url notebook-by-title owner=user.username,title=title as share_url %}

You can link to this notebook using this url: {{share_url}}

{% endblock %}