Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% extends 'base.html' %}
- {% block content %}
- <h1>Edit post</h1>
- <div class="image-detail">
- <img src="{{ image.image.url }}">|<img src="{{ image.image_resized.url }}">
- <form action="" method="post">{% csrf_token %}
- {{ form.as_p }}
- <input type="submit" value="Update">
- </form>
- </div>
- {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement