fixed typo in speaker manage template
This commit is contained in:
		
							parent
							
								
									ac6a05ee49
								
							
						
					
					
						commit
						73179635ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
{% load bootstrap_tags %}
 | 
					{% load bootstrap_tags %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block body %}
 | 
					{% block body %}
 | 
				
			||||||
    <h1>{{% trans 'Proposal:' %} {{ proposal.title }}</h1>
 | 
					    <h1>{% trans 'Proposal:' %} {{ proposal.title }}</h1>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
      <a href="{% url proposal_edit proposal.pk %}">{% trans 'Edit proposal' %}
 | 
					      <a href="{% url proposal_edit proposal.pk %}">{% trans 'Edit proposal' %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue