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
...
 
@@ -114,4 +114,12 @@
 
                  {% 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">
...
 
@@ -167,10 +175,4 @@
 
            {% 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)