Skip to content

Commit e215eb0

Browse files
translator_results html
1 parent c53acdc commit e215eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello_app/templates/translator_results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2>Results</h2>
1515
<strong>Target language code:</strong> {{ target_language }}
1616
</div>
1717
<div>
18-
<a href="{{ url_for('home') }}">Try another one!</a>
18+
<a href="{{ url_for('translator') }}">Try another one!</a>
1919
</div>
2020
</div>
2121
{% endblock %}

0 commit comments

Comments
 (0)