]> git.0d.be Git - django-panik-matos.git/commitdiff
set a class to piece edit form
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Jun 2014 12:17:12 +0000 (14:17 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Jun 2014 12:17:12 +0000 (14:17 +0200)
matos/templates/matos/piece_form.html

index 594a313f2b5c85690bb7faea01b2afaf86b15c30..3f6a6aa91874bb7fc5d4552e4e103046143f5311 100644 (file)
@@ -19,7 +19,7 @@
 
 {% block content %}
     <form method="post" enctype="multipart/form-data">
-      <div id="form-content">
+      <div id="form-content" class="matos-piece">
         {% csrf_token %}
         {{ form.as_p }}
       </div>