Skip to content

Commit

Permalink
Included contact phone prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland committed Jan 13, 2025
1 parent b657c2e commit a9484e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,6 @@ def received_samples(request):
def contact(request):
contact_data = {
"email": "[email protected]",
"telephone": "91 822 37 95"
"telephone": "(+34) 91 822 37 95"
}
return render(request, "core/contact.html", {"contact_data": contact_data})

0 comments on commit a9484e0

Please sign in to comment.