Changeset - dfaf5df3522c
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2018-09-05 02:51:37
chrisjrn@gmail.com
Enable dashboard
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -27,15 +27,13 @@
 
        <li>
 
            <a href="{% url 'account_password' %}">{% trans "Change password" %}</a>
 
        </li>
 
      </div>
 
    </div>
 

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