Changeset - 1acc448c9e34
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2019-12-16 18:36:45
brettcsmith@brettcsmith.org
dashboard: Enable ticket sales.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -26,15 +26,13 @@
 
      <div class="panel-body">
 
        <li>
 
            <a href="{% url 'account_password' %}">{% trans "Change password" %}</a>
 
        </li>
 
      </div>
 
    </div>
 
{%comment%} Tickets not on sale yet
 
    {% include "registrasion/dashboard_widget.html" %}
 
{%endcomment%}
 
    <div class="panel panel-default">
 
        <div class="panel-heading">
 
            <div class="pull-right">
 
                {% if not user.speaker_profile %}
 
                    <a href="{% url "speaker_create" %}" class="btn btn-xs btn-default">
 
                        <i class="fa fa-plus-sign"></i> Create a speaker profile
0 comments (0 inline, 0 general)