Skip to content
Snippets Groups Projects
Commit b1ac8ed4 authored by cubicroot's avatar cubicroot
Browse files

fix locales & move btn to profile

parent 25768c00
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
{% import "plainui/components/nav.html.j2" as navMacro with context %} {% import "plainui/components/nav.html.j2" as navMacro with context %}
{% import "plainui/components/tagbox.html.j2" as tagMacros %} {% import "plainui/components/tagbox.html.j2" as tagMacros %}
{% import "plainui/components/badge_elements.html.j2" as badgeMacros with context %} {% import "plainui/components/badge_elements.html.j2" as badgeMacros with context %}
{% import "plainui/components/buttons.html.j2" as btnMacros %}
{% block title %} {% block title %}
{{ conf.name }} - {{ _("Profile") }} {{ conf.name }} - {{ _("Profile") }}
...@@ -64,6 +65,7 @@ ...@@ -64,6 +65,7 @@
<h2 class="hub-head-main">{{ _("My Favorites") }}</h2> <h2 class="hub-head-main">{{ _("My Favorites") }}</h2>
<div class="hub-vlayout"> <div class="hub-vlayout">
<h2 class="hub-section-title">{{ ("Events") }}</h2> <h2 class="hub-section-title">{{ ("Events") }}</h2>
<div class="mb-2">{{ btnMacros.download(_("Schedule__download__ical") , hub_absolute('api:my-events-ical')) }}</div>
<div>{{ list_events.list(my_favorite_events, is_favorite_events, is_fahrplan_events) }}</div> <div>{{ list_events.list(my_favorite_events, is_favorite_events, is_fahrplan_events) }}</div>
</div> </div>
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{% import "plainui/components/tagbox.html.j2" as tagMacros %} {% import "plainui/components/tagbox.html.j2" as tagMacros %}
{% import "plainui/components/list_events.html.j2" as list_events with context %} {% import "plainui/components/list_events.html.j2" as list_events with context %}
{% import "plainui/components/function_btns.html.j2" as fbtns with context %} {% import "plainui/components/function_btns.html.j2" as fbtns with context %}
{% import "plainui/components/buttons.html.j2" as btnMacros %}
{% extends "plainui/base.html.j2" %} {% extends "plainui/base.html.j2" %}
...@@ -49,8 +48,6 @@ ...@@ -49,8 +48,6 @@
<div class="hub-card"> <div class="hub-card">
<div class="hub-vlayout"> <div class="hub-vlayout">
<h2 class="hub-head-category">{{ _("Events") }}</h2> <h2 class="hub-head-category">{{ _("Events") }}</h2>
<div class="mb-2">{{ btnMacros.download(_("Schedule__download__ical") , hub_absolute('api:my-events-ical')) }}</div>
{{ list_events.list(events, is_favorite_events) }} {{ list_events.list(events, is_favorite_events) }}
</div> </div>
</div> </div>
......
...@@ -995,16 +995,14 @@ msgstr "" ...@@ -995,16 +995,14 @@ msgstr ""
msgid "Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone" msgid "Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone"
msgstr "Deine Zeitzone ist auf %(user_timezone)s konfiguriert, die Konferenz findet jedoch in %(conf_timezone)s statt - zeige die Uhrzeiten in deiner Zeitzone" msgstr "Deine Zeitzone ist auf %(user_timezone)s konfiguriert, die Konferenz findet jedoch in %(conf_timezone)s statt - zeige die Uhrzeiten in deiner Zeitzone"
msgid "Now: %(name)" #, python-format
msgid "Now: %(name)s"
msgstr "Jetzt: %(name)s" msgstr "Jetzt: %(name)s"
#, python-format #, python-format
msgid "Next (%(time)s): %(name)s" msgid "Next (%(time)s): %(name)s"
msgstr "Nächster (%(time)s): %(name)s" msgstr "Nächster (%(time)s): %(name)s"
msgid "Schedule__download__ical"
msgstr "iCalendar"
#, python-format #, python-format
msgid "%(conf)s - Login" msgid "%(conf)s - Login"
msgstr "" msgstr ""
...@@ -1031,6 +1029,9 @@ msgstr "Nachricht von %(user)s" ...@@ -1031,6 +1029,9 @@ msgstr "Nachricht von %(user)s"
msgid "My Dashboard" msgid "My Dashboard"
msgstr "Mein Dashboard" msgstr "Mein Dashboard"
msgid "Schedule__download__ical"
msgstr "iCalendar"
msgid "Project" msgid "Project"
msgstr "Projekt" msgstr "Projekt"
......
...@@ -995,16 +995,14 @@ msgstr "" ...@@ -995,16 +995,14 @@ msgstr ""
msgid "Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone" msgid "Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone"
msgstr "" msgstr ""
msgid "Now: %(name)" #, python-format
msgstr "" msgid "Now: %(name)s"
msgstr "Tag %(name)s"
#, python-format #, python-format
msgid "Next (%(time)s): %(name)s" msgid "Next (%(time)s): %(name)s"
msgstr "" msgstr ""
msgid "Schedule__download__ical"
msgstr "iCalendar"
#, python-format #, python-format
msgid "%(conf)s - Login" msgid "%(conf)s - Login"
msgstr "" msgstr ""
...@@ -1031,6 +1029,9 @@ msgstr "" ...@@ -1031,6 +1029,9 @@ msgstr ""
msgid "My Dashboard" msgid "My Dashboard"
msgstr "" msgstr ""
msgid "Schedule__download__ical"
msgstr "iCalendar"
msgid "Project" msgid "Project"
msgstr "" msgstr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment