disqualification now with review and form
This commit is contained in:
@@ -45,6 +45,8 @@ env = Environment(loader = FileSystemLoader(["rowers/templates"]))
|
||||
|
||||
from django.contrib.staticfiles import finders
|
||||
|
||||
|
||||
|
||||
def textify(html):
|
||||
# Remove html tags and continuous whitespaces
|
||||
text_only = re.sub('[ \t]+', ' ', strip_tags(html))
|
||||
|
||||
Reference in New Issue
Block a user