Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. {% include "common/head.html" %}
  5. <body>
  6. {% include "common/header.html" with comment="Регистрация"%}
  7. <div class="contact-w3-agileits" id="contact">
  8. <div class="contact-main">
  9. <div class="contact-right-w3l">
  10. <form action= "" enctype="multipart/form-data" method="POST">
  11. {% csrf_token %}
  12. {{form.as_p}}
  13. <input type="hidden" name="resulturl" value="{% url 'main' %}">
  14. <center> <input type="submit">Register</input></center>
  15. </form>
  16. </div>
  17. </div>
  18. </div>
  19. {% include "common/footer.html" %}
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement