[Pkg-voip-commits] r9933 - in /mumble-django/trunk/debian/patches: 03-templates.diff series

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Fri Aug 24 17:29:25 UTC 2012


Author: svedrin-guest
Date: Fri Aug 24 17:29:25 2012
New Revision: 9933

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9933
Log:
add activation_complete template, remove obsolete checks from registration_complete template

Added:
    mumble-django/trunk/debian/patches/03-templates.diff
Modified:
    mumble-django/trunk/debian/patches/series

Added: mumble-django/trunk/debian/patches/03-templates.diff
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/03-templates.diff?rev=9933&op=file
==============================================================================
--- mumble-django/trunk/debian/patches/03-templates.diff (added)
+++ mumble-django/trunk/debian/patches/03-templates.diff Fri Aug 24 17:29:25 2012
@@ -1,0 +1,29 @@
+Index: mumble-django-2.7/pyweb/templates/registration/activation_complete.html
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ mumble-django-2.7/pyweb/templates/registration/activation_complete.html	2012-08-24 19:27:44.488360762 +0200
+@@ -0,0 +1,10 @@
++{% extends "index.html" %}
++{% load i18n %}
++
++{% block Headline %}Activation complete{% endblock %}
++
++{% block Content %}
++<p>Thank you for activating your account.
++</p>
++{% endblock %}
++
+Index: mumble-django-2.7/pyweb/templates/registration/registration_complete.html
+===================================================================
+--- mumble-django-2.7.orig/pyweb/templates/registration/registration_complete.html	2012-03-31 20:21:58.000000000 +0200
++++ mumble-django-2.7/pyweb/templates/registration/registration_complete.html	2012-08-24 19:28:01.400601432 +0200
+@@ -5,9 +5,7 @@
+ 
+ {% block Content %}
+ <p>Thank you for registering.
+-{% if verify %}
+ In order to prohibit misuse, you need to activate your account before you can use it. We sent an EMail with further instructions to the address you specified, please follow the link in that email to activate your account.
+-{% endif %}
+ </p>
+ {% endblock %}
+ 

Modified: mumble-django/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/series?rev=9933&op=diff
==============================================================================
--- mumble-django/trunk/debian/patches/series (original)
+++ mumble-django/trunk/debian/patches/series Fri Aug 24 17:29:25 2012
@@ -1,2 +1,3 @@
 01-settings.diff
 02-munin.diff
+03-templates.diff




More information about the Pkg-voip-commits mailing list