Changeset - 854e5c49af0f
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2019-01-07 22:05:08
brettcsmith@brettcsmith.org
dashboard: Enable ticket sales.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -27,13 +27,13 @@
 
        <li>
 
            <a href="{% url 'account_password' %}">{% trans "Change password" %}</a>
 
        </li>
 
      </div>
 
    </div>
 

	
 
    {# include "registrasion/dashboard_widget.html" #}
 
    {% include "registrasion/dashboard_widget.html" %}
 

	
 
    <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">
0 comments (0 inline, 0 general)