Skip to content

Commit

Permalink
Merge pull request #100 from Go-In/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
monthol8th authored Oct 1, 2017
2 parents 715f6ef + 47bccea commit 2760ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>{{ ticket.store }}</h1>
<div class="detail-discription">
<p>{{ ticket.detail }}</p>
</div>
{% if not is_store and is_authenticated %}
{% if not is_store and user.is_authenticated %}
<form class="buy-btn-form" method="POST" action="{% url 'market:purchase' %}">
{% csrf_token %}
<button class="btn buy-btn" type="submit" name="ticket_id" value="{{ticket.pk}}">Buy</button>
Expand Down

0 comments on commit 2760ff8

Please sign in to comment.