Plain is headed towards 1.0! Subscribe for development updates →
1{% extends "staff/detail.html" %} 2 3{% block actions %} 4<form method="post"> 5 {{ csrf_input }} 6 <input type="hidden" name="action" value="retry"> 7 <button type="submit">Retry job</button> 8</form> 9{% endblock %}