Created
January 12, 2019 19:44
-
-
Save mdaizovi/7621a73c59745811136d248b7425271b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends 'admin/change_form.html' %} | |
{% block submit_buttons_bottom %} | |
<input type="submit" value="Send Email" name="_send_email"> | |
</div> | |
{{ block.super }} | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment