26b5b1df2d96fbe6a3531fd14ce1618ea35d0bb6
[myslice.git] / forge / templates / createCourse.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4                 <meta charset="utf-8"/>
5                 <title>Create a new Class</title>
6         </head>
7         <body>
8                 <form action="{% url "ict_education.views.createCourse" %}" method="post" enctype="multipart/form-data">
9                         {% csrf_token %}
10                         {{ form.as_p }}
11                         <p><input type="submit" value="Create Class" /></p>
12                 </form>
13         </body>
14 </html>