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
...
 
@@ -115,2 +115,10 @@
 
                {% 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>
...
 
@@ -168,8 +176,2 @@
 

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

	
 
            <p><a href="{% url "reports_list" %}">View available reports</a>.
 
            </p>
 
          {% endif %}
 
          </div>
0 comments (0 inline, 0 general)