File diff 5d4b81ae8607 → f369e1d8adc6
symposion/templates/sponsorship/detail.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% load url from future %}
 

	
 

	
 
{% load bootstrap_tags %}
 
{% load i18n %}
 

	
 
{% block head_title %}{{ sponsor }}{% endblock %}
 

	
 
{% block page_title %}{% trans "Sponsorship" %}{% endblock %}
...
 
@@ -30,11 +33,11 @@
 
                </div>
 
            </div>
 
        {% endfor %}
 

	
 
        <div class="form-actions">
 
            <input class="btn btn-primary" type="submit" value="Save" />
 
            <a class="btn" href="{% url dashboard %}">Cancel</a>
 
            <a class="btn" href="{% url 'dashboard' %}">Cancel</a>
 
        </div>
 

	
 
    </form>
 
{% endblock %}
...
 
\ No newline at end of file