https://bugs.kde.org/show_bug.cgi?id=394344

            Bug ID: 394344
           Summary: If the Location is a URL then it should be clickable
                    in the incidence viewer
           Product: korganizer
           Version: GIT (master)
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: incidence editors
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

if an incidence's location is a valid url then the incidence viewer should turn
that into a clickable link.

I suspect the bug is somewhere in the grantlee template.
not that I know anything about grantlee.

   {% if incidence.location %}
    <tr>
        <th valign="top">{% i18n "Location:" %}</th>
        <td>{{ incidence.location|safe }}</td>
    </tr>
    {% endif %}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to