The version of vichan running on lainchan.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
786B

  1. <div id="post-moderation-fields">
  2. {% if config.allow_delete %}
  3. <div id="delete-fields">
  4. {% trans %}Delete Post{% endtrans %} [<input title="Delete file only" type="checkbox" name="file" id="delete_file" />
  5. <label for="delete_file">{% trans %}File{% endtrans %}</label>] <label for="password">{% trans %}Password{% endtrans %}</label>
  6. <input id="password" type="password" name="password" size="12" maxlength="18" />
  7. <input type="submit" name="delete" value="{% trans %}Delete{% endtrans %}" />
  8. </div>
  9. {% endif %}
  10. <div id="report-fields">
  11. <label for="reason">{% trans %}Reason{% endtrans %}</label>
  12. <input id="reason" type="text" name="reason" size="20" maxlength="30" />
  13. <input type="submit" name="report" value="{% trans %}Report{% endtrans %}" />
  14. </div>
  15. </div>