{% extends "base.html" %} {% block title %}Virtual Stock Market - Trade{% endblock %} {% block dashboardNav %}class="selectMenu"{% endblock %} {% block content %}

Trade

Please enter the following to trade for your portfolio:


{% csrf_token %} {{ form.as_p }}

{% endblock %}