From e6d9799197e944974645a01850513c34d9f1baec Mon Sep 17 00:00:00 2001
From: Őry Máté <ory.mate@cloud.bme.hu>
Date: Mon, 2 Jun 2014 12:08:09 +0200
Subject: [PATCH] dashboard: add template

---
 circle/dashboard/templates/dashboard/groupprofile_form.html | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 circle/dashboard/templates/dashboard/groupprofile_form.html

diff --git a/circle/dashboard/templates/dashboard/groupprofile_form.html b/circle/dashboard/templates/dashboard/groupprofile_form.html
new file mode 100644
index 0000000..9e4b843
--- /dev/null
+++ b/circle/dashboard/templates/dashboard/groupprofile_form.html
@@ -0,0 +1,11 @@
+{% load crispy_forms_tags %}
+<style>
+  .row {
+    margin-bottom: 15px;
+  }
+</style>
+
+<form method="POST" action="">
+{% csrf_token %}
+{% crispy form %}
+</form>
--
libgit2 0.26.0