Found '⁨{{^Reference}}⁩', but there is no field called '⁨Reference⁩'

I have imported a deck created by someone else, but it doesn’t work. I get this error: Found ‘⁨{{^Reference}}⁩’, but there is no field called ‘⁨Reference⁩’

I can go into the code and delete “Reference” everywhere but it still doesn’t work. (Maybe the deletions cause other problems.) I think this deck may rely on an add-on that only existed in a prior version of the software. Any help? I’m only bothering with this b/c it seems like a very useful deck.

Here is the front template:

		{{^Learned}}
			L
		{{/Learned}}
	
	{{#Learned}}
		✔ 
	{{/Learned}}
	</div>
</h3>

<h3 id="reference" class="vi none" onclick="toggle('focusmorph');toggle('reference');">
	{{^Reference}}
		{{Reference}}
	{{/Reference}}
	{{#Reference}}
		{{Reference}}
	{{/Reference}}
</h3>

<div id="expression" onclick="toggle('expression-diagram');" class="vi">
	{{Expression}}
		<br />
		{{#Audio}}
			{{Audio}}
		{{/Audio}}
</div>


	<span id="expression-diagram" class="none">
		
	</span>

<br />

{{#Image}}



{{Image}}


{{/Image}}

If you’ve deleted all {{^Reference}} {{Reference}} and {{/Reference}} tags, and it still complains, you’ll need to check your other card templates using the dropdown at the top - it will need to be removed from all of them.

Thanks, that worked!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.