Skip to content

Commit

Permalink
fix: missing narrow cta page
Browse files Browse the repository at this point in the history
  • Loading branch information
hom3mad3 committed Feb 6, 2025
1 parent faa8b46 commit 99c9b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

{% block title %}{% blocktranslate with project=participantinvite.project.name %}Project: {{ project }}{% endblocktranslate %}{% endblock %}
{% block content %}
<div class="narrow-wrapper">
<div class="container">
<div class="offset-lg-3 col-lg-6">
<h1>{% blocktranslate with project=participantinvite.project.name %}Do you want to take part in "{{ project }}"?{% endblocktranslate %}</h1>
Expand All @@ -22,4 +23,5 @@ <h1>{% blocktranslate with project=participantinvite.project.name %}Do you want
<a class="btn btn--light" href="{% url 'account_signup' %}?next={% url 'project-participant-invite-detail' invite_token=participantinvite.token %}">{% translate "Register" %}</a>
</div>
</div>
</div>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

{% block title %}{% blocktranslate with project=participantinvite.project.name %}Project: {{ project }}{% endblocktranslate %}{% endblock title %}
{% block content %}
<div class="narrow-wrapper">
<div class="container">
<div class="offset-lg-3 col-lg-6">
<h1>{% blocktranslate with project=participantinvite.project.name %}Do you want to join {{ project }}?{% endblocktranslate %}</h1>
Expand All @@ -24,4 +25,5 @@ <h1>{% blocktranslate with project=participantinvite.project.name %}Do you want
</form>
</div>
</div>
</div>
{% endblock content %}

0 comments on commit 99c9b21

Please sign in to comment.