Remove unused obsolete template tag file
- Legacy-Id: 10328
This commit is contained in:
parent
b9301ef174
commit
2f5bfdbc95
|
@ -1,8 +0,0 @@
|
|||
from django import template
|
||||
|
||||
register = template.Library()
|
||||
|
||||
@register.filter
|
||||
def rfc_editor_state(doc):
|
||||
state = doc.states.filter(type='draft-stream-ise')
|
||||
return state[0] if state else None
|
Loading…
Reference in a new issue