# HG changeset patch # User Thomas De Schampheleire # Date 1528573362 -7200 # Node ID eddb927e34730485e7f6b6f5be9d1092af25f217 # Parent eac20c4b7b2031202f9229999a30ab5f4b2836bd templates: remove references to non-existing commit-message class As there already is monospace styling on textarea.form-control, there is no need for a replacement. diff -r eac20c4b7b20 -r eddb927e3473 kallithea/templates/admin/gists/edit.html --- a/kallithea/templates/admin/gists/edit.html Sat Jun 09 21:39:10 2018 +0200 +++ b/kallithea/templates/admin/gists/edit.html Sat Jun 09 21:42:42 2018 +0200 @@ -46,7 +46,7 @@ ${h.form(h.url('edit_gist', gist_id=c.gist.gist_access_id), method='post', id='eform')}
-
diff -r eac20c4b7b20 -r eddb927e3473 kallithea/templates/admin/gists/new.html --- a/kallithea/templates/admin/gists/new.html Sat Jun 09 21:39:10 2018 +0200 +++ b/kallithea/templates/admin/gists/new.html Sat Jun 09 21:42:42 2018 +0200 @@ -32,7 +32,7 @@
${h.form(h.url('gists'), method='post',id='eform')}
- +