* Remove preview button, since it doesn't work inline and is ugly.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sat, 26 Jul 2008 11:18:31 +0000 (13:18 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 26 Jul 2008 11:18:31 +0000 (13:18 +0200)
templates/influences/influence_detail_block.html

index cc78c47fb7491019e18c4b1b4d75d914740cbbe2..e9e33d0aa7376378fb39dd05975e5c474d35d6e8 100644 (file)
@@ -58,7 +58,7 @@
         {{ comment_form.as_table }}
         </table>
         <input type="submit" value="{% trans "Add comment" %}" /></li>
-        <input type="submit" name="preview" value="{% trans "Preview comment" %}" /></li>
+        {# <input type="submit" name="preview" value="{% trans "Preview comment" %}" /></li> #}
     </ul>
 </form>
 </div>