Created
June 3, 2022 23:45
-
-
Save ilyes-d/9ea70693d2b4c2e007765f35486b85ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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