{%extends "gstudio/base.html"%} {% load gstudio_tags %} {%load i18n %} {%block extrahead%} {%endblock%} {% block content %} {%if user.is_authenticated%} {% if errors %} {% endif %}
{% csrf_token %}

Name of the Thread:

Substance:


{% get_factory_looms as abc %}

Type:


Please Set the time

Creating a thread will require to schedule it for an indefinite period of time. So in this case, please enter end time of say 50 years from now


Start time:
Date: Hours: Minutes:

Note The thread will be accessible to members (except the creator)only after the scheduled start time

End time:
Date: Hours: Minutes:

After this time the threads remain but it will be inactive

{%else%}

Please Login

{%endif%} {% endblock %}