Skip to content

Commit

Permalink
current_team -> organizer_team fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-rizzo committed Dec 14, 2023
1 parent fedb085 commit a0270ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/templates/redesign/checkout/checkout_page_two.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "redesign/checkout/base.html" %}
{% load static i18n %}

{% block head_title %}{{ object.event.title }} - {% if current_team.whitelabel.brand_name %}{{ current_team.whitelabel.brand_name }}{% else %}SocialPass{% endif %}{% endblock head_title %}
{% block head_title %}{{ object.event.title }} - {% if organizer_team.whitelabel.brand_name %}{{ organizer_team.whitelabel.brand_name }}{% else %}SocialPass{% endif %}{% endblock head_title %}

{% block content %}
<div class="card border-0 rounded-4 shadow-sm overflow-hidden my-3 my-sm-4">
Expand Down

0 comments on commit a0270ad

Please sign in to comment.