Changeset - 978dd1f124bf
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-05-26 17:44:25
chrisjrn@gmail.com
Slightly refactors the dashbaord
1 file changed with 8 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/dashboard.html
Show inline comments
...
 
@@ -113,6 +113,14 @@
 
                    </a>
 
                  {% endif %}
 
                {% endif %}
 
                <a href="{% url "voucher_code" %}" class="btn btn-xs btn-default">
 
                    Enter a voucher code
 
                </a>
 
                {% if user.is_staff %}
 
                  <a href="{% url "reports_list" %}" class="btn btn-xs btn-default">View reports</a>
 
                {% endif %}
 

	
 

	
 
            </div>
 
            <h3 class="panel-title">
 
              <i class="fa fa-ticket"></i>
...
 
@@ -166,12 +174,6 @@
 
              {% endif %}
 
            {% endif %}
 

	
 
          {% if user.is_staff %}
 
            <h4>Registration reports</h4>
 

	
 
            <p><a href="{% url "reports_list" %}">View available reports</a>.
 
            </p>
 
          {% endif %}
 
          </div>
 
    </div>
 

	
0 comments (0 inline, 0 general)