Parcourir la source

Merge branch 'master' of ssh://rpi2.local/opt/git/record

Anastasia il y a 10 ans
Parent
commit
fe5247fb07
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      templates/asuzr/table_with_form.html

+ 1 - 1
templates/asuzr/table_with_form.html

@@ -32,7 +32,7 @@
 	    {% endfor %}  
 	  </tr>
 	  <tr>
-		  <td class="align-right" colspan="{{ add_form.fields|length }}"><input type="submit" value="{{ add_form.submit_text }}"></td>
+		  <td class="align-right" colspan="{{ add_form.fields|length }}"><input type="submit" class="default" value="{{ add_form.submit_text }}"></td>
 	  </tr>
 	</form>
         {% endif %}