add block name to block form

darcs-hash:20081208072519-5ed1f-10e7d3e14e54f0d67c58504adbc4c81f3228944a.gz
This commit is contained in:
Evan Prodromou 2008-12-08 02:25:19 -05:00
parent 96128353d0
commit 5915e15412
1 changed files with 1 additions and 0 deletions

View File

@ -2197,6 +2197,7 @@ function common_block_form($profile) {
'value' => $profile->id));
common_element('input', array('type' => 'submit',
'class' => 'submit',
'name' => 'block',
'value' => _('Block')));
common_element_end('form');
return;