Skip to content
Snippets Groups Projects
Verified Commit d44ce23a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use material_form.

parent 94145366
No related branches found
No related tags found
1 merge request!37Resolve "Migrate to materialize.css"
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load i18n static %}
{% load material_form i18n static %}
{% block browser_title %}{% blocktrans %}Lesson{% endblocktrans %}{% endblock %}
......@@ -34,7 +34,7 @@
{% blocktrans %}Lesson documentation{% endblocktrans %}
</div>
{% csrf_token %}
{% bootstrap_form lesson_documentation_form %}
{% form form=lesson_documentation_form %}{% endform %}
</div>
</div>
<div class="col s4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment