Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e88d701

Browse files
committedAug 26, 2021
Add: button to redirect back to the homepage from the result page
1 parent 57253a7 commit e88d701

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
 
Binary file not shown.

‎FlaskSimpleCalculator/templates/result.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</div>
2121
</div>
2222
</fieldset>
23+
<a type="button" class="btn btn-primary" href="{{ url_for('welcome') }}">Go Back</a>
2324
</form>
2425
</body>
2526
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.