Skip to content

Commit

Permalink
Template para edicion no autorizada de la wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
btenaglia committed May 29, 2015
1 parent 5c4aff8 commit 8e85c99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/waliki/403.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends "base_site.html" %}
{% load i18n %}

{% block title %}403 {% endblock %}

{% block left-column %}
<section>
<div class="row">
<div class="col-md-12" style="margin-top: 20px">
<div class="alert alert-dismissable alert-danger">
{% trans "You aren't authorized to see this page." %}
</div>
</div>
</div>
</section>
{% endblock %}

0 comments on commit 8e85c99

Please sign in to comment.