{% extends 'customer/customerbase.html' %} {% load widget_tweaks %} {% block content %}

ASK QUESTION

{%csrf_token%}
{% render_field questionForm.description class="form-control" placeholder="Describe your problem here" %}




{% endblock content %}