diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index 8620b19..29d8a0d 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -45,22 +45,25 @@ {# {% endfor %}#} {% if result_of_generate_article != "had read all articles" %} - 下一篇 Next Article + + {% endif %} {% if session.get('visited_articles') and session.get('visited_articles')['index']>0 %} - 上一篇 Previous Article + + {% endif %} -

阅读文章并回答问题

+

阅读文章并回答问题{{result_of_generate_article}}

{% if result_of_generate_article == 'found' %} - -

Article added on: {{ today_article["date"] }}


+
+ +

Article added on: {{ today_article["date"] }}



-

{{ today_article["article_title"] }}


+

{{ today_article["article_title"] }}


{{ today_article["article_body"] }}


-

{{ today_article['source'] }}


-

{{ today_article['question'] }}


+

{{ today_article['source'] }}


+

{{ today_article['question'] }}


{% endfor %} {% endif %} +