{% load bootstrap3 %} {% load django_markdown %} {% bootstrap_css %} {% bootstrap_javascript %}
{% include "qa/header.html" %} {% if message %} Enter a valid Question! {% endif %} {% if user.is_authenticated %}
{% csrf_token %}

{% markdown_editor "#ans" %} {% markdown_media %}



Note. Question cannot be empty!

{% else %} Please Login to Add Questions! {% endif %}
{% include "qa/footer.html" %}