Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
password-container-xblock / static / html / 4-not-available-anymore.html
Size: Mime:
{% load i18n %}

<div class="password-container">
    <p class="information"><i class="icon fa fa-information"></i>
        <span>
            {% trans "This content is no longer available." %}<br><br>

            {% if user_is_staff %}
                <a href="#" class="reset-user-state">{% trans "Reset status" %}</a>
            {% endif %}

        </span>
    </p>
</div>