Commit 0a9bd1fa authored by Давид Ли's avatar Давид Ли

webinar 21

parent 7b19ce09
......@@ -15,6 +15,8 @@
<p>This is my first Django project!</p>
<h1>{{ greetings|default:"Hello World!" }}</h1>
{{ 'This is amazing day with a great people'|wordwrap:10|linebreaksbr }}
<form action="" method="post">
{% csrf_token %}
<input type="text" name="name">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment