Switch to side-by-side view
--- a +++ b/OSSEval/analysis/templates/analysis/template.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% load staticfiles %} +{% block content %} + <form id="new_analysisForm" action="{% url 'create_a_my_model' %}" method="post">{% csrf_token %} + {{ form.as_p }} + <input type="submit" value="Save" /> + </form> +{% endblock %}