{% extends "edit.html" %} {% load datehumanize %} {% load roomurl %} {% block widgets %} {% endblock %} {% block formstyle %} class="form-inline" {% endblock %} {% block justbeforeform %}
Note Well Tags are a way to group related rooms together. Tagging your room makes your room show up in public lists of rooms hosted on this service and it therefore makes your room visible. This does not mean that anyone can access your room.
{% if tags %}
{% for tag in tags %} {{tag}}  {% endfor %}
{% else %}
There are no tags yet...
{% endif %} {% endblock %}