Skip to content

Commit

Permalink
fix template link (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored Sep 23, 2024
1 parent 96b39cd commit 465baff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/user/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def send_new_template_category_request(user_id):
service_id=data["service_id"],
template_category_name_en=data["template_category_name_en"],
template_category_name_fr=data["template_category_name_fr"],
template_id_link=f"https://{current_app.config['ADMIN_BASE_URL']}/services/{data['service_id']}/templates/{data['template_id']}",
template_id_link=f"{current_app.config['ADMIN_BASE_URL']}/services/{data['service_id']}/templates/{data['template_id']}",
)
contact.tags = ["z_skip_opsgenie", "z_skip_urgent_escalation"]

Expand Down

0 comments on commit 465baff

Please sign in to comment.