Skip to content

Commit

Permalink
http
Browse files Browse the repository at this point in the history
  • Loading branch information
leduythuccs committed Dec 12, 2024
1 parent 636dd3d commit d122b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
{% if request.resolver_match.view_name == "problem_detail" and problem %}
"{{ url('new_problem_ticket', problem.code) }}"
{% else %}
"/tickets/new?issue_url={{ request.build_absolute_uri()|urlencode }}"
"/tickets/new?issue_url={{ request.build_absolute_uri()|replace('https', 'http') |urlencode }}"
{% endif %}
style="margin-right: 5px;">
<span title="{{ _('Report issue') }}">
Expand Down

0 comments on commit d122b99

Please sign in to comment.