Commit cd464162 by Őry Máté

dashboard: nicer groupprofile form template

parent a2515fe0
{% extends "dashboard/base.html" %}
{% load crispy_forms_tags %} {% load crispy_forms_tags %}
<style> {% load i18n %}
.row {
margin-bottom: 15px;
}
</style>
<form method="POST" action=""> {% block content %}
{% csrf_token %} <div class="body-content">
{% crispy form %} <div class="panel panel-default" style="margin-top: 60px;">
</form> <div class="panel-heading">
<h3 class="no-margin">
{% trans "Update group" %}
</h3>
</div>
<div class="panel-body">
<form method="POST" action="">
{% csrf_token %}
{% crispy form %}
</form>
</div>
</div>
</div>
{% endblock %}
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