Advertisement
Guest User

Untitled

a guest
Oct 13th, 2020
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {% extends 'base.html' %}
  2. {% block content %}
  3. <h1>Edit post</h1>
  4. <div class="image-detail">
  5. <img src="{{ image.image.url }}">|<img src="{{ image.image_resized.url }}">
  6. <form action="" method="post">{% csrf_token %}
  7. {{ form.as_p }}
  8. <input type="submit" value="Update">
  9. </form>
  10. </div>
  11. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement