Skip to content

Instantly share code, notes, and snippets.

@ilyes-d
Created June 3, 2022 23:45
Show Gist options
  • Save ilyes-d/9ea70693d2b4c2e007765f35486b85ce to your computer and use it in GitHub Desktop.
Save ilyes-d/9ea70693d2b4c2e007765f35486b85ce to your computer and use it in GitHub Desktop.
<form action="/profile/" method="get">
<label for="author_url">author url</label>
<input name='author_url' type="text">
</form>
<ul>
<li> author name : {{name}}</li>
<li>author citations : {{total_citations}}</li>
</ul>
{%if errors %}
<h1>In case of errors </h1>
<ul>
{%for error in errors %}
<li > {{error}}</li>
{%endfor%}
</ul>
{%endif%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment