Prechádzať zdrojové kódy

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

Anastasia 10 rokov pred
rodič
commit
fe5247fb07
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 %}