Merge branch 'notification_help' into 'master'
Correct list of tags available in notification templates. See merge request LCA2018/symposion_app!25
This commit is contained in:
		
						commit
						a45e44a1f6
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -3,5 +3,7 @@ | |||
| <ul> | ||||
|     <li><code>{% templatetag openvariable %} proposal.title {% templatetag closevariable %}</code> e.g. {{ proposals.0.title }} | ||||
|     <li><code>{% templatetag openvariable %} proposal.kind {% templatetag closevariable %}</code> e.g. {{ proposals.0.kind }} | ||||
|     <li><code>{% templatetag openvariable %} proposal.speaker {% templatetag closevariable %}</code> e.g. {{ proposals.0.speaker }} | ||||
|     <li><code>{% templatetag openvariable %} proposal.main_speaker {% templatetag closevariable %}</code> e.g. {{ proposals.0.speaker }} | ||||
|     <li><code>{% templatetag openvariable %} proposal.speakers {% templatetag closevariable %}</code> e.g. {{ proposals.0.speakers|join:", " }} | ||||
|     <li><code>{% templatetag openvariable %} proposal.additional_speakers {% templatetag closevariable %}</code> e.g. {{ proposals.0.additional_speakers }} | ||||
| </ul> | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley