-
Notifications
You must be signed in to change notification settings - Fork 8
Room reservation #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: taiste
Are you sure you want to change the base?
Room reservation #1092
Changes from all commits
28551f8
b6f25bf
2c23e00
c1084f1
b86ad5e
e973b01
e2a417b
3f3add0
6114184
4bbe049
d54e323
2d91526
f4a70e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,11 @@ | ||
| {% extends "core/base.jinja" %} | ||
| {% from "com/macros.jinja" import news_moderation_alert %} | ||
|
|
||
| {% block title %}AE UTBM{% endblock %} | ||
|
|
||
| {% block additional_css %} | ||
| <link rel="stylesheet" href="{{ static('com/css/news-list.scss') }}"> | ||
| <link rel="stylesheet" href="{{ static('com/components/ics-calendar.scss') }}"> | ||
| <link rel="stylesheet" href="{{ static('core/components/calendar.scss') }}"> | ||
|
|
||
| {# Atom feed discovery, not really css but also goes there #} | ||
| <link rel="alternate" type="application/rss+xml" title="{% trans %}News feed{% endtrans %}" href="{{ url("com:news_feed") }}"> | ||
|
|
@@ -213,6 +215,12 @@ | |
| <i class="fa-solid fa-magnifying-glass fa-xl"></i> | ||
| <a href="{{ url("matmat:search") }}">{% trans %}Matmatronch{% endtrans %}</a> | ||
| </li> | ||
| {% if user.has_perm("reservation.view_reservationslot") %} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mhh, ça a pas vraiment l'air de fonctionner cette histoire
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, j'ai trouvé, d'après le populate, tous les cotisants ont cette perm.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oui |
||
| <li> | ||
| <i class="fa-solid fa-thumbtack fa-xl"></i> | ||
| <a href="{{ url("reservation:main") }}">{% trans %}Room reservation{% endtrans %}</a> | ||
| </li> | ||
| {% endif %} | ||
| <li> | ||
| <i class="fa-solid fa-check-to-slot fa-xl"></i> | ||
| <a href="{{ url("election:list") }}">{% trans %}Elections{% endtrans %}</a> | ||
|
|
||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avec l'utilisateur krophil, président club.
Ptet un ptit check pour retirer le bouton si t'as pas les droits pour ajouter une salle