Commit e6d97991 by Őry Máté

dashboard: add template

parent d9eac3b2
{% load crispy_forms_tags %}
<style>
.row {
margin-bottom: 15px;
}
</style>
<form method="POST" action="">
{% csrf_token %}
{% crispy form %}
</form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment