Switch to unified view

a b/OSSEval/analysis/templates/analysis/template.html
1
{% extends "base.html" %}
2
{% load staticfiles %}
3
{% block content %}
4
                        <form id="new_analysisForm" action="{% url 'create_a_my_model' %}" method="post">{% csrf_token %}
5
                        {{ form.as_p }}
6
                        <input type="submit" value="Save" />
7
                        </form>
8
{% endblock %}