File diff a2bdcb48b2af → 796c8cca18d9
pinaxcon/templates/registrasion/product_category.html
Show inline comments
...
 
@@ -20,7 +20,7 @@
 
    {% if items %}
 
      <h3>Paid items</h3>
 
      <p>You have already paid for the following items:</p>
 
      {% include "registrasion/items_list.html" with items=items %}
 
      {% include "registrasion/_items_list.html" with items=items %}
 
    {% endif %}
 

	
 

	
...
 
@@ -37,8 +37,10 @@
 

	
 
    <div class="form-actions">
 
        <input class="btn btn-primary" type="submit" value="Add to cart" />
 
        <a href="{% url "dashboard" %}" class="btn btn-default">Return to dashboard</a>
 
    </div>
 

	
 

	
 
  </form>